Remove old cypress config & migrate.

This commit is contained in:
Patrick Fic
2023-06-07 08:35:30 -07:00
parent 0669282432
commit 058edca573
31 changed files with 41 additions and 2280 deletions

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

@@ -0,0 +1,16 @@
const { defineConfig } = require("cypress");
module.exports = defineConfig({
experimentalStudio: true,
env: {
FIREBASE_USERNAME: "cypress@imex.test",
FIREBASE_PASSWORD: "cypress",
},
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});