The results page is where you can find all of your most recent test runs organized by specific test, plan, or deployment event for analysis. Click the Results tab in the left-hand navigation to get started.
mabl Reporting API
For more information on retrieving test results programmatically, check out our resources on the mabl Reporting API:
By test
The By test tab shows all recent test runs from your entire workspace in a single filterable, sortable table.
The test results page
Sharing results
When filtered, your browser's address bar will automatically update with a deep-link that you can share to save a persistent link to the view, or easily share with colleagues.
To get this link in the Desktop App, right-click anywhere on the page of filtered results and select Copy current mabl URL
.
By plan
The By plan tab shows your most recent results at the plan level. Each plan run includes the following details:
- When a specific plan run occurred
- The overall runtime
- Plan run status
The plan results page
By deployment
The By deployment tab shows results for plans that were triggered by deployment event.
Results by deployment
Click on the date listed in the Event Time column to view the results of a specific deployment event.
Filtering by source control revision
The source control revision field filters tests and deployment events by the source code revision ID associated with the deployment event. As an example, the source control revision ID in GitHub is the git hash associated with the deployment event.
You can set up a CI/CD integration to pass in the source control revision ID automatically. If you are triggering a deployment event manually, you can provide source control revision ID manually: in the mabl CLI it is added with the --revision
flag, and in the JSON payload of the deployment events API it is added in the revision
field.