Guilherme Palmeira

Results 2 comments of Guilherme Palmeira

I have the same problem, several tests are not appearing in the report. I've run them multiple times, and the result keeps changing. With each execution, different tests are not...

I had this problem. My solution was to add the code to the e2e.ts file: Cypress.on("uncaught:exception", (err, runnable) => { // returning false here prevents Cypress from // failing the...