diff --git a/cypress.config.js b/cypress.config.js index 4d383b5ff..e2046d6c4 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,6 +1,6 @@ -import { defineConfig } from 'cypress'; +const { defineConfig } = require('cypress'); -export default defineConfig({ +module.exports = defineConfig({ e2e: { baseUrl: 'http://localhost:9000/', experimentalStudio: true,