Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action for Android espresso test #34

Open
subairappakkan-mns opened this issue Jul 14, 2023 · 0 comments
Open

Action for Android espresso test #34

subairappakkan-mns opened this issue Jul 14, 2023 · 0 comments

Comments

@subairappakkan-mns
Copy link

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``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant