wip: implement e2e tests with cypress

This commit is contained in:
Björn Fromme
2025-10-21 20:25:18 +02:00
parent ab91c138d5
commit 10df3ebb35
9 changed files with 4194 additions and 1483 deletions
+8
View File
@@ -0,0 +1,8 @@
const {defineConfig} = require("cypress");
module.exports = defineConfig({
e2e: {
baseUrl: 'https://myep-next-booking.ddev.site',
supportFile: false,
},
});