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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,14 @@
18
18
* Build the test application: `./gradlew assembleAndroidTest` (apk will be generated in the `app/build/outputs/apk/androidTest/debug/` directory)
19
19
* 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)
20
20
21
+
### Test Reporting & Analytics
22
+
23
+
* to integrate BrowserStack Test Reporting & Analytics with Espresso refer our documentation: [Test Reporting & Analytics on Espresso](https://www.browserstack.com/docs/test-reporting-and-analytics/quick-start/espresso)
24
+
25
+
### App Accessibility Testing
26
+
27
+
* To add accessibility checks to functional tests and generate comprehensive reports of accessibility issues refer our documentation: [Integrate Espresso test suite with app accessibility testing](https://www.browserstack.com/docs/app-accessibility/automated-tests/get-started/espresso/integrate-with-app-automate)
28
+
21
29
## Notes
22
30
* You can view your test results on the [BrowserStack app-automate dashboard](https://www.browserstack.com/app-automate)
0 commit comments