actions-marketplace-validations/Run mabl tests

Register a deployment event with mabl and run associated tests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
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'nofalse
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.'nofalse
continue-on-failure^ 'Set to true to continue the build even if there are test failures'nofalse
event-timeEvent time the deployment occurred. Defaults to now.no
namedescription
mabl-deployment-idMabl deployment event id
plans_runTotal number of mabl plans run against this deployment. A mabl plan is a collection of similarly configured tests.
plans_passedNumber of mabl plans that passed against this deployment. A mabl plan is a collection of similarly configured tests.
plans_failedNumber of mabl plans that failed against this deployment. A mabl plan is a collection of similarly configured tests.
tests_runTotal number of mabl tests run against this deployment.
tests_passedNumber of mabl tests that passed against this deployment.
tests_failedNumber of mabl tests that failed against this deployment.