A sample project showing how to run Selenide tests with Selenium Grid
docker compose up -d ./gradlew test docker compose down
docker compose -f docker-compose.arm.yml up -d ./gradlew test docker compose down
- The first line starts Selenium Grid in docker
- The second line runs the tests
- The third line stops the Selenium Grid