const { defineConfig } = require('cypress'); module.exports = defineConfig({ e2e: { baseUrl: 'http://localhost:5678', video: false, screenshotOnRunFailure: true, experimentalSessionAndOrigin: true, experimentalInteractiveRunEvents: true, }, });