From ec40213d1e7cfa81f25fa48b84d2ddd230c77874 Mon Sep 17 00:00:00 2001 From: Rob Cowsill <42620235+rcowsill@users.noreply.github.com> Date: Sat, 26 Sep 2020 17:30:43 +0100 Subject: [PATCH] Bypass livereload script in cypress tests --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 41d1fbde5..5d9ab9dca 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,5 @@ { + "blacklistHosts": "*:35729", "fixturesFolder": "test/e2e/fixtures", "integrationFolder": "test/e2e/integration", "pluginsFile": "test/e2e/plugins/index.js", @@ -6,4 +7,4 @@ "videosFolder": "test/e2e/videos", "supportFile": "test/e2e/support/index.js", "video": false - } \ No newline at end of file +}