github action for apptest.ai test execution
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
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
apptestai-test is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.