From b84daf0422cf967f616265b7db82c8ae70f0a8b4 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 26 Oct 2017 17:30:55 +0200 Subject: [PATCH] Set resolution to 1600x1200 bs --- nightwatch-browserstack.conf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nightwatch-browserstack.conf.js b/nightwatch-browserstack.conf.js index 9e8e334c5..ac8f90d27 100644 --- a/nightwatch-browserstack.conf.js +++ b/nightwatch-browserstack.conf.js @@ -26,6 +26,7 @@ const nightwatch_config = { // Disable this, as it makes bs slow and brittle. 'browserstack.networkLogs': false, + 'browserstack.resolution': '1600x1200', } }, chrome: {