actions-marketplace-validations/Run test on Autify for Mobile

Run a test plan on Autify for Mobile.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 23, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/autifyhq_actions-mobile-test-run@8d5df95cde9173b73c37bf05723391044eb92285 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
access-tokenAccess token of Autify for Mobile.yes
autify-test-urlURL of a test plan e.g. https://moible-app.autify.com/projects/<ID>/test_plans/<ID>yes
build-idID of the already uploaded build. (Note: Either build-id or build-path is required but not both)no
build-pathFile path to the iOS app (*.app) or Android app (*.apk). (Note: Either build-id or build-path is required but not both)no
waitWhen true, the action waits until the test finishes.nofalse
timeoutTimeout seconds when waiting.no
max-retry-countMaximum retry count while waiting. The command can take up to `timeout * (max-retry-count + 1)`. Only effective with `wait`no
autify-pathA path to `autify` which will be used to invoke Autify CLI internally. Default is searching from PATH.noautify
autify-cli-installer-urlAutify CLI installer URLnohttps://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash
namedescription
exit-codeExit code of autify-cli. 0 means succeeded.
logLog of stdout and stderr.
build-idReturned build id on the workspace.
result-urlTest result URL on Autify for Mobile