add minimal working example
This commit is contained in:
parent
900b011ed7
commit
52cd87650d
8 changed files with 2961 additions and 1 deletions
9
cypress.config.js
Normal file
9
cypress.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
const { defineConfig } = require("cypress");
|
||||
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue