Cypress - CI/CD and Reporting
Given this
cypress.config.js snippet, what type of report files will be generated after running tests?reporter: 'mochawesome',
reporterOptions: {
reportDir: 'cypress/reports',
overwrite: false,
html: true,
json: true
}