Serenity Integration with BrowserStack SDK.
These code samples are currently based on:
- Appium-Java-Client:
8.1.1
- Protocol:
W3C
-
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, run :
-
For Android
cd android mvn clean
-
For iOS
cd ios mvn clean
Getting Started with Appium tests on BrowserStack couldn't be easier!
- Update
browserstack.yml
file at root level of Android examples or iOS examples with your BrowserStack Username and Access Key - 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
- Update
browserstack.yml
file at root level of Android examples or iOS examples with your BrowserStack Username and Access Key - Simply configure the browserstackLocal parameter in the browserstack.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.