/selenium4-java

A simple test to run Selenium 4 with Java.

Primary LanguageJava

selenium4-java

This repository has a simple project to run Selenium 4 using Java/JUnit. The stack used is:

  • Gradle
  • Java
  • JUnit
  • Selenium

There is a docker-compose.yml file inside the directory docker. It's set to start one Selenium hub and n Selenium nodes with Chrome. To start it:

docker-compose up -d --scale chrome=8

To run tests:

./gradlew clean test -Ptest.suite=org.evertones.AppTest