You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,15 @@
9
9
## Setup
10
10
11
11
* Clone the repo
12
-
* Build the app & test application
13
-
* Use BrowserStack app-automate endpoints to run the test-suite
12
+
* Build the main application: `./gradlew assemble` (apk will be generated in the `app/build/outputs/apk/debug/` directory)
13
+
* Build the test application: `./gradlew assembleAndroidTest` (apk will be generated in the `app/build/outputs/apk/androidTest/debug/` directory)
14
+
* Upload both the apk files to BrowserStack and start a session. Refer our documentation for details: [Using Espresso with BrowserStack](https://www.browserstack.com/app-automate/espresso/get-started)
14
15
15
16
## Notes
16
-
* You can check app-automate Espresso related endpoints on [BrowserStack app-automate Espresso](https://www.browserstack.com/app-automate/espresso/get-started)
17
17
* You can view your test results on the [BrowserStack app-automate dashboard](https://www.browserstack.com/app-automate)
18
18
19
19
## Additional Resources
20
20
*[Customizing your tests on BrowserStack](https://www.browserstack.com/app-automate/capabilities)
21
21
*[Browsers & mobile devices for app-automate testing on BrowserStack](https://www.browserstack.com/list-of-browsers-and-platforms?product=app_automate)
22
22
*[Using REST API to access information about your builds via the command-line interface](https://www.browserstack.com/app-automate/rest-api)
23
+
*[Using Espresso with BrowserStack](https://www.browserstack.com/app-automate/espresso/get-started)
0 commit comments