Skip to content

NDViet/selenium-grid-stress-test

Repository files navigation

  • Replace selenium_server_deploy.jar by your own local jar file name.
  1. Bring up the Grid (Update the PLATFORMS variable in the .env file 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
  2. Trigger parallel tests

    export $(cat .env | xargs)
    docker compose -f docker-compose-run-test.yml up
  3. 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

About

Parallel tests to reproduce Grid issue in race condition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published