From aa4f72fb9b668896a8d1758c77daf48e0bda06a0 Mon Sep 17 00:00:00 2001 From: Misode Date: Sun, 26 Dec 2021 03:18:03 +0100 Subject: [PATCH] Block analytics during testing --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 17ef242e..49e18385 100644 --- a/cypress.json +++ b/cypress.json @@ -1,3 +1,4 @@ { - "baseUrl": "http://localhost:3000" + "baseUrl": "http://localhost:3000", + "blockHosts": ["www.google-analytics.com", "ssl.google-analytics.com"] }