Skip to content

Commit

Permalink
Record videos again for CI E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danburonline committed Feb 23, 2024
1 parent 225a811 commit eaa40fd
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 @@ -11,7 +11,7 @@ import setup, { TestUsers } from './cypress/support/setupRealmsAndUsers';
export default defineConfig({
projectId: '1iihco',
viewportWidth: 1200,
video: false,
video: true,
screenshotOnRunFailure: false,
e2e: {
baseUrl: 'http://localhost:8000',
Expand Down

0 comments on commit eaa40fd

Please sign in to comment.