Olá, estou tentando instala o mochaesome mas ocorre erro: Fiz a configuração do arquivo cypress.config.js const { defineConfig } = require("cypress");
module.exports = defineConfig({ e2e: { setupNodeEvents(on, config) { // implement node event listeners here }, "reporter": "mochawesome", "reporterOptions": { "reportDir": "cypress/report/mochawesome-report", "overwrite": true, "html": true, "json": false, "timestamp": "mmddyyyy_HHMMss" } }, });