Skip to content

Commit

Permalink
Forgot to set video record to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Oct 12, 2023
1 parent b532bea commit 66526b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default defineConfig({
return config;
},
specPattern: ['./src/**/*.spec.tsx', './src/**/*.a11y.tsx'], // scripts/cypress.js splits this using the CLI --spec argument
video: false,
video: true,
videoCompression: 32,
videoUploadOnPasses: false,
},
Expand Down

0 comments on commit 66526b8

Please sign in to comment.