nurdtechie98 / sample-espresso-browserstack-github-action

Sample espresso repo using github actions to trigger builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

espresso-browserstack

Espresso Integration with BrowserStack

BrowserStack Logo

Setup

  • Clone the repo
  • Build the main application: ./gradlew assemble (apk will be generated in the app/build/outputs/apk/debug/ directory)
  • Build the test application: ./gradlew assembleAndroidTest (apk will be generated in the app/build/outputs/apk/androidTest/debug/ directory)
  • Upload both the apk files to BrowserStack and start a session. Refer our documentation for details: Using Espresso with BrowserStack

Notes

Additional Resources

About

Sample espresso repo using github actions to trigger builds


Languages

Language:Java 100.0%