refactor(cypress): dont record video while testing

This commit is contained in:
moklick
2020-08-04 00:41:25 +02:00
parent 3fe9cfbf22
commit 566a52b161

View File

@@ -1,5 +1,6 @@
{
"baseUrl": "http://localhost:3000",
"viewportWidth": 1280,
"viewportHeight": 720
}
"viewportHeight": 720,
"video": false
}