PhyrePanel-mirror/docker/e2e-tests/cypress.config.js

10 lines
182 B
JavaScript
Raw Normal View History

2024-04-22 11:14:05 +00:00
const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});