Skip to content

Commit

Permalink
Disable capturing video of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CedrikNikita authored and davidyuk committed Jul 6, 2019
1 parent 4a8fd90 commit e61a316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"pluginsFile": "tests/e2e/plugins/index.js",
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1"
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1",
"video": false
}

0 comments on commit e61a316

Please sign in to comment.