- Replace
selenium_server_deploy.jarby your own local jar file name.
-
Bring up the Grid (Update the
PLATFORMSvariable in the.envfile to the desired platform)export $(cat .env | xargs) DOCKER_DEFAULT_PLATFORM=$PLATFORMS docker compose --profile $PLATFORMS -f docker-compose-test-parallel.yml up -d --remove-orphans --no-log-prefix
-
Trigger parallel tests
export $(cat .env | xargs) docker compose -f docker-compose-run-test.yml up
-
Bring down the stack
export $(cat .env | xargs) DOCKER_DEFAULT_PLATFORM=$PLATFORMS docker compose --profile $PLATFORMS -f docker-compose-test-parallel.yml down docker compose -f docker-compose-run-test.yml down