From ee548d71802577cb695f149090fc5c0f16a3a6f4 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 20 Oct 2017 14:45:12 +0200 Subject: [PATCH] Disable network logging --- nightwatch-browserstack.conf.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nightwatch-browserstack.conf.js b/nightwatch-browserstack.conf.js index 788bfe97f..604691c81 100644 --- a/nightwatch-browserstack.conf.js +++ b/nightwatch-browserstack.conf.js @@ -23,7 +23,9 @@ const nightwatch_config = { 'browserstack.key': process.env.BROWSERSTACK_KEY, 'browserstack.local': true, 'browserstack.debug': true, - 'browserstack.networkLogs': true, + + // Disable this, as it makes bs slow and brittle. + 'browserstack.networkLogs': false, } }, chrome: { @@ -49,8 +51,6 @@ const nightwatch_config = { ie: { desiredCapabilities: { browser: 'internet explorer', - - // Windows 10 + IE seems to have troubles with the browserstack-local tunnel (10.17.17). os: 'Windows', os_version: '8.1', browser_version: '11',