Adding Cypress
This commit is contained in:
12
cypress.config.js
Normal file
12
cypress.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const { defineConfig } = require("cypress");
|
||||
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
specPattern: [
|
||||
"tests/e2e/**/*.cy.{js,jsx}"
|
||||
],
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user