wip: implement e2e tests with cypress
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const {defineConfig} = require("cypress");
|
||||
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
baseUrl: 'https://myep-next-booking.ddev.site',
|
||||
supportFile: false,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user