feat: update CI configuration and disable Cypress support file

This commit is contained in:
2025-10-18 19:46:04 +02:00
parent 1cf674a706
commit fc13c94d5f
3 changed files with 672 additions and 2310 deletions

View File

@@ -3,6 +3,7 @@ import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:3000',
supportFile: false,
setupNodeEvents(on, config) {
// implement node event listeners here
},