Disable Cypress's video feature (#13638)

Co-authored-by: Mac Siri <krairit.siri@gmail.com>
This commit is contained in:
Nick Taylor 2021-05-03 17:43:19 -04:00 committed by GitHub
parent 17f2dd187a
commit eb9fdce52a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{
"screenshotsFolder": "tmp/cypress_screenshots",
"trashAssetsBeforeRuns": false,
"videosFolder": "tmp/cypress_videos"
"video": false
}