wip: implement e2e tests with cypress

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent 647fa8e212
commit 8436124cbc
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,
},
});