Erro ao rodar comando npx cypress run --reporter mochawesome
There is both a cypress.config.js and a cypress.json file at the location below:
/Users/mac/Documents/cucumber
Cypress no longer supports cypress.json, please remove it from your project.
eu tenho o arquivo cypress.config.js com esse conteudo: const { defineConfig } = require("cypress");
module.exports = defineConfig({ projectId: 'w9qoex', e2e: { setupNodeEvents(on, config) { // implement node event listeners here }, }, });