autifyhq/Run test on Autify for Web

Run a test scenario or test plan on Autify for Web.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 9, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: autifyhq/actions-web-test-run@8db3bc117767f96ce2d1f742c396f8f30353b8f3 # v2.9.0

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

namedescriptionrequireddefault
access-tokenAccess token of Autify for Web.yes
autify-test-urlURL of a test scenario or test plan e.g. https://app.autify.com/projects/<ID>/(scenarios|test_plans)/<ID>yes
waitWhen true, the action waits until the test finishes.nofalse
timeoutTimeout seconds when waiting.no
intervalInterval seconds to poll the test result when waiting.no
url-replacementsURL replacements e.g. http://example.com=http://example.net,http://example.org=http://example.netno
max-retry-countMaximum retry count while waiting. The command can take up to `timeout * (max-retry-count + 1)`. Only effective with `wait`no
test-execution-nameName of the test execution (not supported by test plan executions)no
browserBrowser for running the test scenario (not supported by test plan executions)no
deviceDevice for running the test scenario (not supported by test plan executions)no
device-typeDevice type for running the test scenario (not supported by test plan executions)no
osOS for running the test scenario (not supported by test plan executions)no
os-versionOS version for running the test scenario (not supported by test plan executions)no
autify-connectName of the Autify Connect Access Pointno
autify-connect-clientWhen true, start Autify Connect Clientnofalse
autify-connect-client-extra-argumentsExtra command line arguments you want to pass to Autify Connect Client e.g. "--experimental-tunnel-proxy http://proxy".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.
result-urlTest result URL on Autify for Web