Cypress reconfiguration.

This commit is contained in:
Patrick Fic
2022-12-22 15:18:29 -08:00
parent bee078fe18
commit b8fe566030
33 changed files with 46 additions and 15453 deletions

9
client/cypress.config.js Normal file
View File

@@ -0,0 +1,9 @@
const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});