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', componentFolder: 'src',
testFiles: '**/*.spec.js', testFiles: '**/*.spec.js',
supportFile: 'test/cypress/support/unit.js', supportFile: 'test/cypress/support/unit.js',
}, },/*
setupNodeEvents: async (on, config) => { setupNodeEvents: async (on, config) => {
const plugin = await import('cypress-mochawesome-reporter/plugin'); const plugin = await import('cypress-mochawesome-reporter/plugin');
plugin.default(on); plugin.default(on);
@ -69,7 +69,7 @@ export default defineConfig({
}); });
return config; return config;
}, },*/
viewportWidth: 1280, viewportWidth: 1280,
viewportHeight: 720, viewportHeight: 720,
}, },