Skip to content

forcemax/apptestai-test

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

apptest.ai test action

github action for apptest.ai test execution

Inputs

Input your apptest.ai Access Key, Project ID, Package file
refer to more information from https://app.apptest.ai/#/main/integrations

Required apptest.ai Access Key, Project ID, Package file.

Setup Access Key using github secret name : APPTEST_AI_ACCESS_KEY

apptest.ai Github Action Marketplace link : https://github.com/marketplace/actions/apptestai-test

Example usage

This is the example to using github action
Please change to the your input.

    - name: Test app on apptest.ai
      uses: forcemax/apptestai-test@v1
      with:
        access_key: ${{ secrets.APPTEST_AI_ACCESS_KEY }}
        project_id: 1120
        binary_path: android/app/build/outputs/apk/release/app-release.apk

Running example is available on
Android : https://github.com/forcemax/mattermost-mobile/blob/master/.github/workflows/main.yml
iOS : https://github.com/forcemax/mattermost-mobile/blob/master/.github/workflows/main-iOS.yml

About

github action for apptest.ai test execution

Resources

License

Stars

Watchers

Forks

Packages

No packages published