added

Invite multiple users into workspace

Have you ever wanted to invite multiple users to your workspace at same time?

added

Creating variable from element count

You can now use CSS selectors or XPath queries to find elements and store the number of found elements as a variable! To achieve this, you just need to create a Custom Find step, change the Find type to "Number of Elements", and select the "Create Variable" option under Action. After entering the variable name and the CSS or XPath query, the resulting count will be stored as a variable.

improved

BigQuery Feed Export updates: failure reasons and more

mabl has delivered many features since BigQuery feed export was shipped, so we've updated BigQuery feed export with the following new information:

added

Multi Select to create flow

The latest version of the mabl trainer adds support for creating a flow directly from a set of selected steps. The create flow button will appear in the trainer toolbar alongside other bulk actions.

added

Step drag and drop enhancement

The latest mabl trainer contains a number of enhancement to drag and drop of mabl steps within the trainer UI. Specifically:

improved

Additional run history in the test results page

We've updated the test results page to allow you to access more test run history than ever.

added

Snapshot test version on deployment

When you tell mabl about a deployment of your application, you can now choose to snapshot the current version of your tests onto that environment. This will associate the current versions of your tests with the environment. Until your next deployment, all tests run against this environment will default to using the snapshotted version of tests and ignore any test updates. This can be extraordinarily useful if you have an early environment that always runs the latest tests and code but also run tests against a deployed environment, running an older deployed version of code. With snapshotting, you can progress your mabl tests alongside your code through multiple environments.

improved

Chrome v79 available

After extensive validation testing, Google Chrome v79 is now available as the default version of Chrome used by mabl's cloud test runs.

added

mabl tests in GitHub Pull Requests

You make code quality decisions in your GitHub Pull Requests, so why not get your mabl test results in the same Pull Request? Now you can with the mabl GitHub integration.

added

Mention slack groups in slack messages

Do you use the mabl Slack integration to notify specific channels when tests fail? Are those channels used by multiple teams where not everybody is involved with mabl testing? Is message volume high and messages about failing tests sometimes go unnoticed?