myaac/cypress.config.js
2023-05-26 08:49:04 +02:00

10 lines
182 B
JavaScript

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