This repository demonstrates how to run Appium tests in Cucumber Testng on BrowserStack App Automate 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 Android tests, run :
cd android/
mvn clean
Or,
To install the dependencies for iOS tests, run :
cd ios/
mvn clean
Getting Started with Appium tests in Cucumber TestNg on BrowserStack couldn't be easier!
- Switch to one of the following directories: Android examples or iOS examples
- 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
-
Simply configure the
browserstackLocal
parameter in thebrowserstack.yml
file accordingly in Android examples or iOS examples.browserstackLocal: true
-
You can use the
LocalSample
app provided in both folder Android examples or iOS examples to run your test. Change the app parameter in thebrowserstack.yml
file. -
For Maven: Run the following command to execute tests in the Maven environment:
mvn test -P sample-local-test
-
For Gradle: Run the following command to execute tests in the Gradle environment:
gradle clean sampleLocalTest
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.