Skip to content

Commit

Permalink
ci: disable cypress video recording
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 30, 2023
1 parent 668060a commit c060854
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/nuxt3/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ export default defineConfig({
// implement node event listeners here
},
},

video: false,
})
2 changes: 2 additions & 0 deletions examples/svelte4/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ export default defineConfig({
// implement node event listeners here
},
},

video: false,
})
3 changes: 2 additions & 1 deletion examples/vue3/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"retries": {
"runMode": 2,
"openMode": 0
}
},
"video": false
}

0 comments on commit c060854

Please sign in to comment.