Skip to content

Commit

Permalink
cypress config
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Jan 13, 2024
1 parent dfa5c34 commit ae92a82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const { defineConfig } = require("cypress");

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

0 comments on commit ae92a82

Please sign in to comment.