Skip to content

Commit a19efa3

Browse files
committed
Add video and screenshot folders and record videos
Because if folder does not exist, the GH action to upload the artifacts fails.
1 parent c704a33 commit a19efa3

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

e2e/cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"screenshotsFolder": "screenshots",
66
"supportFile": "support/index.js",
77
"videosFolder": "videos",
8-
"video": false,
8+
"video": true,
99
"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"],
1010
"projectId": "ed7hed"
1111
}

e2e/screenshots/.gitkeep

Whitespace-only changes.

e2e/videos/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)