Alot of the cypress code and tests

This commit is contained in:
HarelM
2023-12-15 22:42:40 +02:00
parent 73f7798a1d
commit 865ea72863
20 changed files with 3041 additions and 127 deletions
+9
View File
@@ -0,0 +1,9 @@
import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});