I'm encountering an error in Cypress that says "Pattern ... matched no report files." How can I resolve this issue?

I’m encountering an error in Cypress that says “Pattern … matched no report files.” How can I resolve this issue?

Hi Emma,

To resolve this issue, please comment out the following line in your cypress.config.json file.

require("cypress-mochawesome-reporter/plugin")(on);