Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 758 Bytes

File metadata and controls

26 lines (21 loc) · 758 Bytes

Selenium examples

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

Execution options:

  1. From within this folder, run everything with default parallelization:
    mvn clean test
  2. Run only demo tests:
    mvn clean test -Dtest='com.saucedemo.selenium.demo.*Test'
  3. Change parallelization
    mvn test -Dsurefire.parallel=20