This blog is about testing in parallel against Selenium Grid Docker images.
In my previous post "Google Cloud + Docker Compose + Selenium Grid" - we went through installing Selenium Grid Docker images in the Google Cloud by:- Pulling down the images
- creating our docker-compose file
- running the containers
- scaling a Selenium Nodes (test agents) to 15
That is all fine and dandy but lets actually run a test against it.
- Pull down the project
- In Eclipse edit Test1.java
Note : I've provide bullet points 1 & 2 in an Eclipse NEON testNG project that has 1 test and the docker compose file in github - https://github.com/CharlieKuharski/parallel-selenium-grid.git