Filter test results by date and time
New to mabl is the ability to filter the Results > By Test table by date and time, allowing you to quickly jump back and view the results for a given day, week, or month without having to view all the results that came after that period.
mabl CLI improvement for launching cloud run
The mabl CLI's run-cloud
command now supports the basic-auth-credentials-id
option. If your test requires basic auth, you can kick off a cloud run from the CLI as well as from the webapp and the desktop app.
mabl CLI Node.js runtime improvements
The mabl CLI has been updated to require Node.js v12+ for installation, as part of the mabl-cli v1.8.6
release. Mabl CLI users should ensure their Node.js installations are version 12 or higher.
Interaction speeds now available in the CLI
The mabl CLI allows you to kick off local test runs with significant speed improvements. While this speed increase is usually helpful for receiving rapid feedback on test results, sometimes tests may fail if they do not handle timing gracefully. This could include instances where the page has not loaded or the state of an element has not changed yet.
The page interaction speeds available at the plan and environment level are available as the flag --interaction-speed
on the CLI. This flag will override any settings on the test run or plan run.
Recover deleted tests, flows, snippets
The Activity feed tab in the Settings module now allows users to recover items that might have been deleted unintentionally. The recover icon is available for Tests, Flows, and Snippets. Users must have Editor or Owner role permissions to perform the recovery operations.
Unified test runner beta release
The Unified test runner beta is now available to all mabl customers.
Bamboo integration: deployment event ID as a variable
Based on user request, version 0.1.10 of the integration has been updated to expose the deployment event ID as a variable. After the plugin successfully triggers deployment, the mabl.deployment.id
variable will contain the deployment ID of the event. This identifier can be used by subsequent tasks in the pipeline.
Duplicate API test steps
API test editor allows users to quickly duplicate an existing step to test variations of requests with similar settings. Duplicate step icon will appear on hover next to Delete step icon.
mabl CLI improvements for API testing
The mabl CLI has been updated to make API testing easier both locally and in the CI/CD pipeline.
Chrome v91 available
After extensive validation testing, Google Chrome v91
is now available as the default version of Chrome used by mabl's cloud test runs.