Skip to content

Commit 96c63dd

Browse files
authored
Merge pull request #4 from pulkitsharma07/patch-1
Update README.md
2 parents 63c850d + af6fdf4 commit 96c63dd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
## Setup
1010

1111
* 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)
1415

1516
## Notes
16-
* You can check app-automate Espresso related endpoints on [BrowserStack app-automate Espresso](https://www.browserstack.com/app-automate/espresso/get-started)
1717
* You can view your test results on the [BrowserStack app-automate dashboard](https://www.browserstack.com/app-automate)
1818

1919
## Additional Resources
2020
* [Customizing your tests on BrowserStack](https://www.browserstack.com/app-automate/capabilities)
2121
* [Browsers & mobile devices for app-automate testing on BrowserStack](https://www.browserstack.com/list-of-browsers-and-platforms?product=app_automate)
2222
* [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

Comments
 (0)