Skip to content

Commit 6777f21

Browse files
committed
feat: test video
1 parent 1405585 commit 6777f21

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dist
99
tests/cypress/videos
1010
.idea
1111
.netlify
12+
tests/cypress/videos

tests/cypress.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export default defineConfig({
99
viewportWidth: 1400,
1010
viewportHeight: 800,
1111
defaultCommandTimeout: 12000,
12-
video: false,
12+
video: true,
1313
},
1414
})

0 commit comments

Comments
 (0)