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