const { defineConfig } = require("cypress"); module.exports = defineConfig({ e2e: { setupNodeEvents(on, config) { baseUrl: 'http://localhost:8080' }, testIsolation: false }, });