improved
Use Branches, Plan Labels, and more in GitHub Actions
over 4 years ago by Joseph Lust
The mabl Run Tests Action now supports:
http-headers:
add headers to test HTTP requestsmabl-branch:
to trigger tests on a specific mabl branchplan-labels:
to trigger plans with matching labels
Additionally, the syntax for passing browser and plan label lists has received improved YAML support (pass as a list, or keep using the CVS syntax).
Checkout our complete example config to see these options in action.
Upgrade your GitHub Workflows to @v1.10
, or use the @v1
tag to stay up to date.