diff --git a/cypress.config.js b/cypress.config.js index cb1407c1..df3de73d 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -7,7 +7,7 @@ module.exports = defineConfig({ defaultCommandTimeout: 10000, video: true, e2e: { - baseUrl: 'http://localhost:3000', + baseUrl: 'http://localhost:8000', supportFile: 'cypress/support/index.js', specPattern: 'cypress/**/*.spec.js', experimentalRunAllSpecs: true,