Skip to content

Commit f9911ce

Browse files
committed
Ensure Cypress still creates videos in GitHub Actions
1 parent 59ba031 commit f9911ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cypress.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineConfig } from 'cypress';
22

33
export default defineConfig({
4+
video: true,
45
videosFolder: 'cypress/videos',
56
screenshotsFolder: 'cypress/screenshots',
67
fixturesFolder: 'cypress/fixtures',

0 commit comments

Comments
 (0)