ci: refs #6695 Docker & Jenkinsfile fixes/refactor
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Juan Ferrer 2025-02-21 11:36:02 +01:00
parent b4bde21d06
commit cf678b423d
1 changed files with 2 additions and 2 deletions

View File

@ -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,
},