BitBucket Pipeline Update Available
The 1.0.2
release of the mabl BitBucket Pipeline integration is now available. This update includes the latest version of the mabl CLI with updated functionality and bug fixes.
Chrome v90 available
After extensive validation testing, Google Chrome v90
is now available as the default version of Chrome used by mabl's cloud test runs.
Chrome console logs in test output
You can now view and download browser console logs for Chrome test runs on the test output page.
Issue creation from failed step
If there is an issue tracker integration configured in the workspace, there is now a Create Issue button that appears on the failed step. This is a more convenient way to create issues from failed test runs.
Improved playback and run controls in the desktop app
We've updated the desktop app (v0.8.0 beta) to combine trainer playback and run controls to make them easier to find and use. We've also addressed several usability issues when creating or editing a test:
New Jira Cloud integration
There is now a new and improved Jira Cloud integration available! The new integration can be found in and installed from the Atlassian marketplace. Once a Jira admin installs the app and configures the integration for a mabl workspace, then any users of the mabl workspace can create issues in Jira from the test results page. The created Jira issue will have artifacts (screenshot, DOM snapshot, etc.) attached if applicable and the issue view in Jira will also contain links to the corresponding plan(s)/test(s)/test run(s) the issue is associated with.
Display actual values in API test assertion cards
To assist with configuring API test assertions the cards will show values found in the response for the specified assertion target and path.
This feature is available in the app version 0.7.19 and later.
Jenkins integration now supports Java 11
The Jenkins integration has been updated to support installations using the Java 11 runtime environment.
Proxy support in Jenkins integration
Customers running Jenkins behind a firewall may have to use a proxy to access the Internet. Simply configure the system-wide proxy settings in Jenkins and the integration will automatically send traffic through the proxy. Learn more.
Data-TestID, Test-ID, and Data-Automation-ID Tracking
We will now be tracking data-testid
, test-id
and data-automation-id
attributes for any newly trained steps. Through no extra work on your part, mabl will use these attributes to find elements in your DOM.