refactor(cypress): dont record video while testing
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"baseUrl": "http://localhost:3000",
|
"baseUrl": "http://localhost:3000",
|
||||||
"viewportWidth": 1280,
|
"viewportWidth": 1280,
|
||||||
"viewportHeight": 720
|
"viewportHeight": 720,
|
||||||
|
"video": false
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user