Skip to content
Artboard

Autify for Mobile Run Test Plan

Actions
Runs a Test Plan to execute automated E2E tests on Autify for Mobile
v1.0.0
Latest
Verified creator
Star (5)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Autify for Mobile Run Test Plan Action

Test Release Release date License

Inputs

PARAMETER DESCRIPTION REQUIRED DEFAULT TYPE
autify_for_mobile_api_token Autify for Mobile API Token Yes - string
test_plan_id Test Plan ID that you want to run Yes - string
build_id Build ID that you want to run Yes - string
test_plan_api_base_url Test Plan API base URL No https://mobile-app.autify.com/api/v1/test_plans/ string

Outputs

Name Description
response API response json

Usage Examples

Runs a Test Plan on Autify for Mobile.

name: "example"
on: [push]
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - name: Funtional test
        id: functional-test
        uses: autifyhq/mobile-run-test-plan-action@v1.0.0
        with:
          autify_for_mobile_api_token: ${{ secrets.AUTIFY_FOR_MOBILE_API_TOKEN }}
          test_plan_id: ${{ secrets.TEST_PLAN_ID }}
          build_id: ${{ secrets.BUILD_ID }}

See Also

API docs

GitHub Actions from Autify

License

MIT License

Autify for Mobile Run Test Plan 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.

About

Runs a Test Plan to execute automated E2E tests on Autify for Mobile
v1.0.0
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Autify for Mobile Run Test Plan 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.