Skip to content

Commit

Permalink
disable video recording
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedYehia committed Sep 30, 2019
1 parent 000fe8c commit 101fc83
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"baseUrl": "http://localhost:3000"
"baseUrl": "http://localhost:3000",
"blacklistHosts": [
"*fonts.googleapis.com",
"www.google-analytics.com",
"*.google-analytics.com",
"*google-analytics.com"
],
"video": false
}

0 comments on commit 101fc83

Please sign in to comment.