diff --git a/cypress.config.js b/cypress.config.js index 6fc7e69..d4bc84b 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -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', }, });