module.exports = { // The rest of the Cypress config options go here... projectId: "vu99za", e2e: { setupNodeEvents(on, config) { // implement node event listeners here }, }, };