actions-marketplace-validations/GlobalAppTesting

Launch an exploratory test with Global App Testing and find issues impacting your users.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api_keyGlobalAppTesting API key to request an exploratory testyes
access_tokenAccess Token we will need to export issues to your repository. "repo" permissions are enough.yes
dry_runTry out the action without actually launching the test. Dry run will validate structure of your inputs and access to your repository. nofalse
repositoryPoint 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_nameName 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_urlURL 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_testingOnly 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. yesfalse
pr_status_contextOnly 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_prefixPrefix 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

no outputs