From cf678b423d0bff16c749eaf7764d0e100ae3fa18 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Fri, 21 Feb 2025 11:36:02 +0100 Subject: [PATCH] ci: refs #6695 Docker & Jenkinsfile fixes/refactor --- cypress.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, },