actions-marketplace-validations/Run mabl tests
Register a deployment event with mabl and run associated tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| application-id | ^ 'Mabl id for the deployed application. You can get the id using the curl builder at https://app.mabl.com/workspaces/-/settings/apis. Either this or environment-id must be provided' | no | — |
| environment-id | ^ 'Mabl id for the deployed environment. You can get the id using the curl builder at https://app.mabl.com/workspaces/-/settings/apis. Either this or application-id must be provided' | no | — |
| browser-types | ^ 'Override browser types to test. If not provided, mabl will test the browsers configured on the triggered test plans (comma or new line delimited).' | no | — |
| plan-labels | ^ 'Include all plans with ANY of the supplied labels (comma or new line delimited).' | no | — |
| uri | ^ 'The base uri to test browser based tests against. If provided, this will override the default uri associated with the environment in mabl' | no | — |
| app-url | ^ 'The base URL to run WEB BROWSER TESTS against. If provided, this will override the default web browser URL associated with the environment in mabl (note, this replaces `uri`, and will override the value in `uri` if both are provided)' | no | — |
| api-url | ^ 'The base URL to run API TESTS against. If provided, this will override the default API URL associated with the environment in mabl' | no | — |
| mabl-branch | ^ 'Run tests on the mabl branch of tests with this name. Defaults to "master".' | no | — |
| http-headers | ^ 'Headers to add to all requests e.g. "My-Header:the-value" (comma or new line delimited).' | no | — |
| rebaseline-images | ^ 'Set to true to reset the visual baseline to the current deployment' | no | false |
| set-static-baseline | ^ 'Set to true to use the current deployment as an exact static baseline. If this is set, mabl will not model dynamic areas and will use the current deployment as a pixel-exact visual baseline.' | no | false |
| continue-on-failure | ^ 'Set to true to continue the build even if there are test failures' | no | false |
| event-time | Event time the deployment occurred. Defaults to now. | no | — |
Outputs
| name | description |
|---|---|
| mabl-deployment-id | Mabl deployment event id |
| plans_run | Total number of mabl plans run against this deployment. A mabl plan is a collection of similarly configured tests. |
| plans_passed | Number of mabl plans that passed against this deployment. A mabl plan is a collection of similarly configured tests. |
| plans_failed | Number of mabl plans that failed against this deployment. A mabl plan is a collection of similarly configured tests. |
| tests_run | Total number of mabl tests run against this deployment. |
| tests_passed | Number of mabl tests that passed against this deployment. |
| tests_failed | Number of mabl tests that failed against this deployment. |