Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Motivation and Context
Types of changes
Checklist
PR Type
Tests, Enhancement
Description
test_node_relay
strategy.DOCKER_DEFAULT_PLATFORM
and fixing browser name assignments.relay_config.toml
by using dynamic browser name variables.Changes walkthrough 📝
docker-test.yml
Conditional setup for containerd image store in GitHub Actions
workflow.
.github/workflows/docker-test.yml
test_node_relay
strategy.Dockerfile
Update OpenTelemetry and gRPC versions in Dockerfile.
Base/Dockerfile
OPENTELEMETRY_VERSION
to 1.38.0.GRPC_VERSION
to 1.64.0.Makefile
Enhance Docker Compose commands and environment setup in Makefile.
Makefile
DOCKER_DEFAULT_PLATFORM
to Docker Compose commands.test_node_relay
to include video directory setup andenvironment variable export.
docker-compose-v3-test-node-relay.yml
Reorganize services and profiles in Docker Compose for node relay
tests.
tests/docker-compose-v3-test-node-relay.yml
relay_config.toml
Simplify relay configuration with dynamic browser name.
tests/relay_config.toml
standalone
service.BROWSER_NAME
variable.