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
The setup for GitHub actions remains the same till step 2.
Step 3 onwards is where the documentation is specific to Selenium/Appium testing.
You should be able to upload the app and start a test using the action. You'll need to add in the steps (curl commands) to upload the app and execute the test.
Unlike Selenium/Appium tests, for Espresso, the App and test APK are uploaded to Browserstack and the test is executed on Browserstack without the need of a client (Selenium/Appium test script).
Using GitHub Actions may not be very useful for Espresso tests IMO since you'll need to also build a polling script to keep checking the status of the build on Browserstack and only once the build completes execution, teardown the local tunnel.
Could this actions upload and start an android native test using Espresso?
The text was updated successfully, but these errors were encountered: