autifyhq/Run test on Autify for Mobile
Run a test plan on Autify for Mobile.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | Access token of Autify for Mobile. | yes | — |
| autify-test-url | URL of a test plan e.g. https://moible-app.autify.com/projects/<ID>/test_plans/<ID> | yes | — |
| build-id | ID of the already uploaded build. (Note: Either build-id or build-path is required but not both) | no | — |
| build-path | File path to the iOS app (*.app) or Android app (*.apk). (Note: Either build-id or build-path is required but not both) | no | — |
| wait | When true, the action waits until the test finishes. | no | false |
| timeout | Timeout seconds when waiting. | 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 | — |
| 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. |
| build-id | Returned build id on the workspace. |
| result-url | Test result URL on Autify for Mobile |