Tests Monitoring
RevDeBug trace id can be included in Cypress error reports for easier root cause detection for failed automated end-to-end tests.
Last updated
RevDeBug trace id can be included in Cypress error reports for easier root cause detection for failed automated end-to-end tests.
Last updated
Installed and configured RevDeBug Node.JS module - please refer to JavaScript section.
From command line at the cypress project root directory add a reference to the @revdebug module repository:
Then install RevDeBug Cypress plugin:
The last step is to add to cypress/support/index.js
file at bottom:
Failed automated tests will report "RevDeBug trace" at the top of the error message as shown below. The trace id can be used to locate transactions at "Trace" tab at RevDeBug web interface and access detailed frontend and backend code execution recordings.