Docs
Analysis
Test Error Message Analysis

Error Message Analysis

DeploySentinel's Error Message analysis feature aggregates common error messages encountered in Cypress tests, making it easier to identify and resolve recurring issues. This feature can be accessed through the Error Messages tab within the Analysis page (opens in a new tab).

error message analysis

In the Error Message analysis tab, you can view the top error messages that are encountered in failed tests, along with the number of occurrences during the specified analysis period.

By clicking on any specific error message, you can access detailed information on the test case and commit that encountered the error, as well as jump directly into the debugger to investigate the root cause of the failure. This information can be used to quickly resolve recurring errors and improve the reliability of your Cypress tests.