Deployment Events
The latest version of the mabl Trainer (2.2.43) now allows you to select more element attributes other than the default innerText
when creating variables or when configuring assertions against custom finds.
mabl now displays step numbers for the flows in the test details page. These step numbers are consistent with the step numbers displayed in the trainer.
When viewing journey run output, assertions steps now have screenshots that can be viewed, and visual changes will also be marked for these steps
A large view mabl Trainer is now available when opened inside Chrome Devtools during training. Be sure you have the latest version of the trainer (2.2.25), open DevTools (F12) and navigate to the "mabl Trainer" tab to find it during an active training session. Here you'll find a roomier view of the trainer allowing you to see, edit, and drag/drop steps easier than before. Be on the lookout for more improvements in the future as we work to expand on the mabl Trainer UI.
mabl now displays where reusable flows start and end in the journey run output logs. The step summaries are also prepended with step numbers that are consistent with the trainer.
Available in mabl Trainer v2.2.19, you can now enter text containing variables into an element found by CSS or XPath query. For example, if you have a variable "userID", you can reference it in the text as "{{@userID}}".
mabl now supports tracking your page load performance in Chrome with the perceptual speed index metric. This metric describes how quickly the contents of a page are visibly loaded with an emphasis on user perception of loading speed. This metric is also used by the Google Lighthouse tools as the primary measure of page loading speed.
Users of mabl's DataTables may have noticed that it is difficult to determine which row of a DataTable was used in a given Journey Run. We have added Scenario Names to make this much easier.
We're happy to announce mabl now has the ability to create reusable javascript steps called snippets. While training any step that includes javascript code, you'll be given the option to save that javascript text as a snippet. Then that snippet can be loaded into any of your other javascript steps within the trainer without having to write that same script again, no more copy and paste.
You can now duplicate flows on the flow detail page. By clicking on the "duplicate" button at the top, a new copy will be generated for reuse across your journeys.