This commit is contained in:
Peter Maquiran
2023-06-05 15:44:51 +01:00
parent 80392ddb4f
commit 588745c055
11 changed files with 1091 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
// The rest of the Cypress config options go here...
projectId: "vu99za",
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
};