improved

Use Branches, Plan Labels, and more in GitHub Actions

The mabl Run Tests Action now supports:

  • http-headers: add headers to test HTTP requests
  • mabl-branch: to trigger tests on a specific mabl branch
  • plan-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.