TestNG Integration with BrowserStack.
- Clone the repository
- Replace YOUR_USERNAME and YOUR_ACCESS_KEY with your BrowserStack access credentials in browserstack.yml.
- Install dependencies
mvn compile - To run the test suite having cross-platform with parallelization, run
mvn test -P sample-test
