Upload video only when a cypress test fail

pull/2199/head
Jérémy Rialland 2022-07-05 18:03:48 +02:00 committed by Jérémy Rialland
parent ecad8e4454
commit b2f753fc26
1 changed files with 2 additions and 0 deletions

View File

@ -20,4 +20,6 @@ export default defineConfig({
// Default is 0
openMode: 0,
},
videoCompression: 30,
videoUploadOnPasses: false,
})