Mobile web testing
Testing the responsive web design of your application is an important part of validating that users have a consistently great experience across mobile devices. You can use mabl to easily train a test that runs across multiple devices and screen orientations emulated in the Chrome browser.
Viewing activity across the workspace
Viewing activity in your workspace is easier than ever with our new Activity Feed. Use this log to track down changes to entities such as tests, flows, credentials, and plans. Whenever a tracked entity is created, updated, or deleted, the action will appear in the feed with the corresponding user and the date that the action occurred.
Copying tests between workspaces
To save you time and effort on test authoring, you can now copy all tests from one workspace to another using the mabl CLI. Learn more
Chrome v88 available
After extensive validation testing, Google Chrome v88
is now available as the default version of Chrome used by mabl's cloud test runs.
Export additional artifacts from the mabl CLI
New to mabl is the ability to export all artifacts from a given test run in a single CLI command. Rather than exporting each one-by-one through the UI, the CLI will easily export them all easily. This can be especially useful for use cases where you want to archive this data somewhere or extract it in bulk for additional processing.
Customizable coverage groupings
New to mabl is the ability to fine-tune your coverage metrics and reporting even further with custom coverage groupings. This gives you the tools to not only group similar pages that may not be grouped automatically but also ungroup specific pages that may have been over grouped automatically.
Improved mabl Trainer experience
We’ve updated the mabl Trainer to make its many features and step types, such as conditionals and JavaScript, more discoverable and accessible. Additionally, you’ll have easier access to your reusable flows, allowing you to import and use them faster than before.
Disable multiple steps in the mabl Trainer
The mabl Trainer now supports bulk disable actions. Hovering over a step will display a checkbox allowing you to select the step and others. Once steps are selected you'll see new actions appear in the lower toolbar allowing you to disable the selected steps. If you need to select a range of steps simply check the first one and, while holding the Shift key, check the last step to select the entire range.
Disabling steps
Software developers and QA Engineers frequently resort to commenting out code as a way of temporarily isolating unfinished or problematic areas of code. You can now achieve the same with mabl by simply disabling certain steps within your test. That way you can troubleshoot a test faster or temporarily disable certain steps until a given issue with the application under test is being resolved.
Add comments & collaborate on test output
New to mabl is the ability to add comments to any test run in mabl right from the output page.