Initial commit

This commit is contained in:
2026-01-22 21:26:43 -03:00
commit 85726333b1
8 changed files with 2131 additions and 0 deletions

9
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
},
},
});