This repository demonstrates how to run Appium tests in TestNG on BrowserStack App Automate.
- 
Java 8+ 
- 
Maven 
To install the dependencies for Android tests, run :
cd android/testng-examples
mvn cleanOr,
To install the dependencies for iOS tests, run :
cd ios/testng-examples
mvn cleanGetting Started with Appium tests in TestNg on BrowserStack couldn't be easier!
- Switch to run_first_testdirectory under Android examples or iOS examples
- Follow the steps outlined in the documentation - Get Started with your first test on App Automate
- Switch to run_parallel_testdirectory under Android examples or iOS examples
- Follow the steps outlined in the documentation - Get Started with parallel testing on App Automate
- Switch to run_local_testdirectory under Android examples or iOS examples
- Follow the steps outlined in the documentation - Get Started with Local testing on App Automate
Note: If you are facing any issues, refer Getting Help section
For other Java frameworks samples, refer to following repositories :
Note: For other test frameworks supported by App-Automate refer our Developer documentation
If you are running into any issues or have any queries, please check Browserstack Support page or get in touch with us.
