actions-marketplace-validations/GlobalAppTesting
Launch an exploratory test with Global App Testing and find issues impacting your users.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | GlobalAppTesting API key to request an exploratory test | yes | — |
| access_token | Access Token we will need to export issues to your repository. "repo" permissions are enough. | yes | — |
| dry_run | Try out the action without actually launching the test. Dry run will validate structure of your inputs and access to your repository. | no | false |
| repository | Point the repository where testers will create issues. Please be aware that your access token will be used to access this repository! | yes | ${{ github.repository }} |
| organization_name | Name of your organization which will be displayed to the testers. If none submitted, the owner of the repository will be used. | yes | ${{ github.repository_owner }} |
| application_url | URL under which your application will be available for testing. If that's more convenient for you, you can also put the URL directly in the description, although this way might sooner or later get deprecated. This field is now the advised way for pointing our testers to your application. | no | — |
| wait_for_finished_testing | Only useful if using this action with `on: pull_request` trigger! Set to true to mark your PR as pending until results from GAT testers will come back. GAT will mark your PR(using your access token) green when tests will complete successfully. If there were any test case failures GAT will open them as issues and mark your PR red until next testing is requested. | yes | false |
| pr_status_context | Only useful if using this action with `on: pull_request` trigger! Github Commit Status context which will be displayed as one of the checks on your Pull Request. Currently we support 3 checks - pending(our testers has received your request and now they're testing), success(test has finished, testers found 0 issues) and failure(testers have found issues in your app). If none given, "GlobalAppTesting" will be use as default context. | no | — |
| issue_prefix | Prefix which will be used in the titles of reported issues. For example, "GlobalAppTesting" will result in issue titled like "[GlobalAppTesting] <issue title>". Useful in monorepos(set issue_prefix based on PR title or branch, see examples section in README) to filter issues per package. Can also be used for simple filtering the issues reported by GAT. | no | — |
Outputs
no outputs