demo ready

This commit is contained in:
2026-02-23 01:29:15 +01:00
parent f4fd3fd6c5
commit f2eb31bdc7
12 changed files with 1917 additions and 144 deletions

11
cypress.config.js Normal file
View File

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