diff --git a/frontend/cypress.config.js b/frontend/cypress.config.js index 8c85f523..7f7698e7 100644 --- a/frontend/cypress.config.js +++ b/frontend/cypress.config.js @@ -1,8 +1,8 @@ /* eslint-disable no-undef */ -const { defineConfig } = require('cypress'); -const process = require('process'); +import { defineConfig } from 'cypress'; +import process from 'process'; -module.exports = defineConfig({ +export default defineConfig({ video: process.env.BROWSER !== 'firefox', reporter: 'cypress-multi-reporters', reporterOptions: {