Skip to content

evertones/selenium4-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple test to run Selenium 4 with Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages