This commit is contained in:
HarelM
2026-07-08 15:16:28 +03:00
parent 8344a30f5d
commit 18b34d3ecd
+1 -1
View File
@@ -10,7 +10,7 @@ export default defineConfig({
},
e2e: {
specPattern: 'e2e/**/*.spec.ts',
specPattern: "e2e/**/*.spec.ts",
setupNodeEvents(on, config) {
// implement node event listeners here
require("@cypress/code-coverage/task")(on, config);