-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: add test for node docker (dynamic grid) #2177
Conversation
Signed-off-by: Viet Nguyen Duc <[email protected]>
Signed-off-by: Viet Nguyen Duc <[email protected]>
Signed-off-by: Viet Nguyen Duc <[email protected]>
PR Description updated to latest commit (ac68923)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
test: add test for node docker (dynamic grid)
Motivation and Context
Test in part of CI to guard dynamic grid works against regression changes
Types of changes
Checklist
Type
enhancement, tests
Description
7.0.0
intests/bootstrap.sh
.v2.26.0
for AMD64/x86_64 intests/charts/make/chart_setup_env.sh
.test_node_docker
to the test strategy in.github/workflows/test-video.yml
.4.19.1
and addedtest_node_docker
target inMakefile
.tests/config.toml
.tests/docker-compose-v3-test-node-docker.yaml
.Changes walkthrough
bootstrap.sh
Update Docker Python Package Version
tests/bootstrap.sh
docker
Python package version from6.1.3
to7.0.0
.chart_setup_env.sh
Install Docker Compose for AMD64/x86_64
tests/charts/make/chart_setup_env.sh
v2.26.0
forAMD64/x86_64 architectures.
test-video.yml
Update GitHub Actions Workflow for Docker Selenium Tests
.github/workflows/test-video.yml
test_node_docker
to the test strategy matrix.Makefile
Update Selenium Version and Add Test Node Docker Target
Makefile
4.19.1
from4.19.0
.test_node_docker
target for testing node docker.config.toml
Add TOML Configuration for Docker Tests
tests/config.toml
docker-compose-v3-test-node-docker.yaml
Add Docker Compose for Node Docker Testing
tests/docker-compose-v3-test-node-docker.yaml