This repository demonstrates how to debug why tests queue in App Automate for internal debug certification.
-
Java 8+
-
Maven
To install the dependencies for Android tests, run :
cd android/testng-examples
mvn clean
Or,
To install the dependencies for iOS tests, run :
cd ios/testng-examples
mvn clean
You first need to upload your app to BrowserStack servers. Please use the public app:
curl -u "USERNAME:ACCESS_KEY"
-X POST "https://api-cloud.browserstack.com/app-automate/upload"
-F "url=https://www.browserstack.com/app-automate/sample-apps/android/WikipediaSample.apk"
Android is the prefered device for this test, but you can obtain a sample .IPA file as well and test on iOS.
-
Navigate to Debug-Dropped_App_Tests/android/testng-examples/src/test/resources/com/browserstack/run_parallel_test and edit the paralle config file to add in your credentials and App id.
-
Switch to Android examples and run the parallel test : mvn test -P parallel
-
Follow the steps outlined in the documentation - Get Started with parallel testing on App Automate
This repository is designed for internal debug certification.