minha cypress.config.js está dessa forma
const { defineConfig } = require('cypress');
module.exports = defineConfig({ video: true, e2e: { setupNodeEvents(on, config) { module.exports = defineConfig { "reporter"; "mochawesome", "reporterOptions"; { "reportDir"; "cypress/report/mochawesome-report", "overwrite"; true, "html"; true, "json"; false, "timestamp"; "mmddyyyy_HHMMss" }} }, }, });
e mesmo assim estou levando um erro: