This repository demonstrates how to run Appium tests in TestNG on BrowserStack App Automate and Generate App Accessibility Reports using BrowserStack SDK.
-
Java 8+
-
Maven (Only required if using Maven as the build tool)
-
Gradle (Only required if using Gradle as the build tool)
To install the dependencies for iOS tests, run :
mvn clean
Getting Started with Appium tests in TestNg on BrowserStack couldn't be easier!
-
Update the
userName
,accessKey
andapp
capabilities in thebrowserstack.yml
file located in the root directory. -
For Maven: Run the following command to execute tests in the Maven environment:
mvn test -P sample-test
-
For Gradle: Run the following command to execute tests in the Gradle environment:
gradle clean sampleTest
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.