Desktop App updates: 1.18.12, 1.18.13, 1.18.15, and 1.18.16
Here's what's new in the mabl Desktop App...
Data-driven variable propagation fixed
We have fixed an issue that caused the values of data-driven variables created in the Manage Variables tab or through a Create Variables > Data source
step to be updated unexpectedly through reusable flows.
Microsoft Edge 105 available for cloud runs
After extensive validation testing, Microsoft Edge version 105
is now available as the default version of Edge used by mabl's cloud test runs.
Chrome 105 available for cloud runs
After extensive validation testing, Google Chrome version 105
is now available as the default version of Chrome used by mabl's cloud test runs.
Desktop App updates: 1.18.3, 1.18.6, 1.18.8, and 1.18.11
Here's what's new in the mabl Desktop App...
Desktop App updates: 1.18.0 and 1.18.2
Here's what's new in the mabl Desktop App...
General availability for Microsoft Edge
Running mabl tests against the Microsoft Edge browser is now generally available to all trials, Enterprise, and Growth customers. Subscribed workspaces can add the Edge browser to any new or existing plans and ad hoc test runs.
Chrome 104 available for mabl cloud runs
After extensive validation testing, Google Chrome v104
is now available as the default version of Chrome used by mabl's cloud test runs.
API test flow post-request scripts
With the latest version of the desktop app (1.16.17), you can configure post-request scripts at the flow level! Flow-level post-request scripts run code after every request in an API test. They can be useful if, for example, you want every step to perform a particular cleanup action to leave the system under test ready for the next request.
API test flow pre-request scripts
There are many scenarios where a certain script needs to be run before every request in the API test. For example, you may want every step to check if an auth token has expired and, if so, obtain a new one. This logic can now be configured in a pre-request script at the flow level. 🎉