8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit cf678b423d - Show all commits

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