Flexible timer to run plans
We are excited to announce that a flexible timer for test trigger repetition is now available! Before this change you were allowed to select among limited options. With this improvement, you can customize the period of time you want a plan runs. If you choose to add a trigger, the minimum amount of time is 5 minutes and the maximum is 168 hours (7 days).
Download accessibility check results
Mabl now supports downloading results of an accessibility check in JSON format. Simply click on the ACTIONS button and choose the corresponding menu option to download and share with your team!
Accessibility usage dashboard
Keep track of your accessibility check runs to date alongside your browser and API response usage. Similarly, mabl will also predict your usage for the end of the month.
General availability of mobile web for Chrome
We are excited to announce that mobile web testing for Chrome is now generally available!
New branch view
As part of our ongoing work to improve Branching & Merging in mabl, we've recently released the new Branch Details page. This page provides a summary of changes made on the branch including:
New CLI Link Agent commands: list, terminate
Two new commands have been added to the CLI starting with version 1.22.1
for managing Link Agents: list
and terminate
Cookie assertions changed to match Legacy Runner behavior
Today a change was released to the Desktop App (v1.11.6
) and Unified Runner to make cookie interactions in the trainer and Unified Runner match the behavior of the Legacy Runner. Specifically, when making a cookie assertion, removing a cookie, or clearing cookies, your test will now only see cookies that the current page has access to. Previously the trainer would show all cookies in the browser, which could cause problems for cookies with common names that might be present on multiple domains. It is possible that this change may cause some tests to fail if they were depending on the previous behavior. If you need assistance resolving any issues with the new cookie behavior please reach out to our support team via the in-app chat.
Chrome v101 available
After extensive validation testing, Google Chrome v101
is now available as the default version of Chrome used by mabl's cloud test runs.
Easily identify changes across tests and flows
Ever need to understand what changed across two versions of a test or flow? Now you can with the new "Compare" tab on UI tests and flows! The diffing feature allows users to compare different historical versions of a UI test or a flow in order to collaborate more efficiently. Teams can use this to easily identify changes between versions, find areas for improvement, and help improve your team's overall testing. Learn more in our docs
Mabl CLI proxy enhancements and other improvements
The latest release 1.21.15
of the mabl cli now supports an http.proxyMode
config flag that allows you to tell the mabl cli what traffic to apply the proxy on. This flag is also supported on the mabl cli docker images by setting the MABL_HTTP_PROXY_MODE
environment flag.