DEV Community

Discussion on: How to take screenshots of automated tests with Cypress

Collapse
 
rebaiahmed profile image
Ahmed Rebai

I have some struggle somtimes with cypress for failed tests , that these screenshots ar not enough to get the problem and the issue source ! so do you have any good recommandations ?

Collapse
 
walmyrlimaesilv profile image
Walmyr

Cypress has outstanding error messages when tests fail, but if the stack trace is not enough, maybe by integrating your tests with the Cypress Dashboard (their paid service), you could find more details to help debug failing tests.