remove boilerplate config and set baseUrl

This commit is contained in:
Yisroel Baum 2026-03-22 10:03:29 +02:00
parent eaa1ed90e4
commit 37ff440c16
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -1,11 +1,7 @@
const { defineConfig } = require("cypress");
module.exports = defineConfig({
allowCypressEnv: false,
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
baseUrl: 'http://localhost:8080',
},
});