actions-marketplace-validations/Run test on Autify for Web
Run a test scenario or test plan on Autify for Web.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 28, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/autifyhq_actions-web-test-run@8db3bc117767f96ce2d1f742c396f8f30353b8f3 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | Access token of Autify for Web. | yes | — |
| autify-test-url | URL of a test scenario or test plan e.g. https://app.autify.com/projects/<ID>/(scenarios|test_plans)/<ID> | yes | — |
| wait | When true, the action waits until the test finishes. | no | false |
| timeout | Timeout seconds when waiting. | no | — |
| interval | Interval seconds to poll the test result when waiting. | no | — |
| url-replacements | URL replacements e.g. http://example.com=http://example.net,http://example.org=http://example.net | no | — |
| max-retry-count | Maximum retry count while waiting. The command can take up to `timeout * (max-retry-count + 1)`. Only effective with `wait` | no | — |
| test-execution-name | Name of the test execution (not supported by test plan executions) | no | — |
| browser | Browser for running the test scenario (not supported by test plan executions) | no | — |
| device | Device for running the test scenario (not supported by test plan executions) | no | — |
| device-type | Device type for running the test scenario (not supported by test plan executions) | no | — |
| os | OS for running the test scenario (not supported by test plan executions) | no | — |
| os-version | OS version for running the test scenario (not supported by test plan executions) | no | — |
| autify-connect | Name of the Autify Connect Access Point | no | — |
| autify-connect-client | When true, start Autify Connect Client | no | false |
| autify-connect-client-extra-arguments | Extra command line arguments you want to pass to Autify Connect Client e.g. "--experimental-tunnel-proxy http://proxy". | no | — |
| autify-path | A path to `autify` which will be used to invoke Autify CLI internally. Default is searching from PATH. | no | autify |
| autify-cli-installer-url | Autify CLI installer URL | no | https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash |
Outputs
| name | description |
|---|---|
| exit-code | Exit code of autify-cli. 0 means succeeded. |
| log | Log of stdout and stderr. |
| result-url | Test result URL on Autify for Web |