Insight types
Mabl generates insights when it notices significant changes in the behavior of your application. The following insight types are generated:
Plan passing
Mabl generates this insight only when all tests within a Plan are passing.
Plan failing
This insight is generated when one or more tests in a plan begin to fail.
Broken/fixed links
Mabl generates this insight when it encounters broken links while visiting linked pages via the Link Crawler.
New/fixed JavaScript errors
This insight is generated when mabl detects new client-side JavaScript exceptions during the execution of any test.
Page load time slower/faster than expected
Specific to the Link Crawler, mabl generates this insight when the time to load any page is significantly longer/shorter than the time that it had predicted based on past observations of the load time.
Test execution time slower/faster than expected
Mabl generates this insight when the time to execute a Plan is significantly longer/shorter than the time that it had predicted based on past observations of the execution time.
Attempt to fix broken test
This insight is generated when mabl is unable to complete a step within a test and attempted to find a fix for the test by adapting the step.
Deployment integration working
Mabl generates this insight the first time that you successfully post a deployment event to the deployment events API.
First test trained
This insight is generated the first time that you successfully save a new test.
First run of plan started
Mabl generates this insight the first time that you successfully save and initiate a run for a new plan.
Visual change detected
When it detects one or more visual changes within a step of your tests, mabl generates the visual change insight.
Auto-healed a test
If mabl detects a change in the properties of an element and alters the test to solve the issue, an auto-heal insight is generated.
Updated 7 months ago