install cypress
This commit is contained in:
parent
6cf93426eb
commit
00d66b5347
5 changed files with 64 additions and 0 deletions
11
cypress.config.js
Normal file
11
cypress.config.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
const { defineConfig } = require("cypress");
|
||||
|
||||
module.exports = defineConfig({
|
||||
allowCypressEnv: false,
|
||||
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue