added cypress

This commit is contained in:
2022-06-27 18:04:55 +02:00
parent 3cb1759648
commit 30f27d26e6
16 changed files with 2347 additions and 12 deletions

10
cypress.config.ts Normal file
View File

@@ -0,0 +1,10 @@
import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
video: false,
});