Files
doneit-web/cypress.config.js
Peter Maquiran 588745c055 fix
2023-06-05 15:44:51 +01:00

11 lines
201 B
JavaScript

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