Browse Source

Cypress must always record video of tests

Vova Tkach 5 years ago
parent
commit
3ecbf837d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cypress.json

+ 1 - 1
cypress.json

@@ -1,4 +1,4 @@
 {
   "projectId": "hv532c",
-  "video": false
+  "video": true
 }