Goal-Calibration/cypress.config.js
2026-03-21 21:11:38 +02:00

11 lines
209 B
JavaScript

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