An example selenium project written in Java and managed with maven. This project utilizes TestNG for test orchestration and reporting and integrates with BrowserStack for remote execution.
- Clone the repo
- Install dependencies
mvn compile
To run a test execute mvn test -P <profle_name>
Package names in the project (found in pom.xml):
- local
- parallel
- single