diff --git a/cypress.config.js b/cypress.config.js index 97f47c4..f4dd400 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,9 +1,7 @@ const { defineConfig } = require("cypress"); module.exports = defineConfig({ - e2e: { - setupNodeEvents(on, config) { - // implement node event listeners here + e2e: { + baseUrl: 'http://localhost:8000', }, - }, });