-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hi,
I am trying to integrate the browserstack in github actions pipeline. I was able to upload the builds into browserstack.
Is there any actions available to trigger the testing in the browser stack?.
Any help greatly appreciated.
Snippet from my yml
- name: BrowserStack Env Setup
uses: browserstack/github-actions/setup-env@master
with:
username: ${{ secrets.BROWSERSTACK_USERNAME }}
access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
- name: BrowserStack App Upload
uses: browserstack/github-actions/upload-app@beta
with:
app-path: ./app/build/outputs/apk/debug/MyApp.apk
app-custom-id: debug_app
framework: espresso
test-suite-path: ./app/build/outputs/apk/androidTest/androidTest.apk
test-suite-custom-id: debug_test``
Metadata
Metadata
Assignees
Labels
No labels