Skip to content

Action for Android espresso test #34

Description

@subairappakkan-mns

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions