This project demonstrates Sauce Labs Testing with JUnit 5, including:
- Setting valid options
- Sending test results to Sauce Labs
- Running in Parallel with Maven surefire. See pom.xml
In addition, this project contains two additional packages:
- Sauce Labs Features package for demos of functionality exclusive to Sauce Labs
- Selenium Features package for demos of Selenium features on Sauce Labs
- From within this folder, run everything with default parallelization:
mvn clean test - Run only demo tests:
mvn clean test -Dtest='com.saucedemo.selenium.demo.*Test'
- Change parallelization
mvn test -Dsurefire.parallel=20