Deployment Events
View user that created a test in the test table.
Hover over the plan count icon to reveal more details about the plans in a test in the test table.
We recently made a new endpoint available to facilitate mabl integration with CI/CD pipelines. In addition to the existing Deployment Events API, the new Execution Result API will allow you to retrieve results of tests that were executed as a result of a deployment event. For more information and example code see the documentation here: https://help.mabl.com/v1.0/docs/integrating-mabl-with-your-cicd-workflow
mabl now highlights only the unexpected visual changes in the output for your journeys. mabl automatically learns what areas change across test runs and excludes them from visual change detection. For example, if your app shows event schedules or popular items that change regularly, mabl will recognize those areas and only highlight other areas when they look different from what mabl expects.
View, sort, filter broken links list for completed tests from the test output page.
Filter insights by archived/current status, insight type, application, environment, and URL on the dashboard.
Filter test results by status, application, environment, and URL on the dashboard.
Previously the Slack notification for working/broken plan executions did not include any context about which plan was fixed/broken:
You can now create custom actions and generate variable values using JavaScript in the mabl Trainer. JavaScript Step Documentation
You can now compose a new variable using existing variables, in addition to randomly generated alpha-numeric strings. In the example below, we extracted the text of an element and stored it in a variable named "email". Then we created another variable "url" with the "email" variable embedded, for testing the email verification endpoint.