const {defineConfig} = require("cypress"); module.exports = defineConfig({ e2e: { baseUrl: 'https://myep-next-booking.ddev.site', supportFile: false, }, });