const { defineConfig } = require("cypress"); module.exports = defineConfig({ projectId: "myienf", e2e: { setupNodeEvents(on, config) { // implement node event listeners here }, supportFile: false, }, });