0
0
Fork 0
salix-front-mindshore-fork2/cypress.config.js

10 lines
182 B
JavaScript
Raw Normal View History

2022-12-20 13:59:53 +00:00
const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});