diff --git a/cypress.config.js b/cypress.config.js index fee6c47c354..95e26d1a18a 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -53,7 +53,7 @@ export default defineConfig({ componentFolder: 'src', testFiles: '**/*.spec.js', supportFile: 'test/cypress/support/unit.js', - }, + },/* setupNodeEvents: async (on, config) => { const plugin = await import('cypress-mochawesome-reporter/plugin'); plugin.default(on); @@ -69,7 +69,7 @@ export default defineConfig({ }); return config; - }, + },*/ viewportWidth: 1280, viewportHeight: 720, },