diff --git a/build/screenshots.js b/build/screenshots.js index 6785fdc395..3c27dfc039 100644 --- a/build/screenshots.js +++ b/build/screenshots.js @@ -19,6 +19,7 @@ function createScreenshotEnvironment( test ) { driver = new webdriver.Builder().withCapabilities( { browserName: process.env.BROWSER, platform: process.env.PLATFORM, + screenResolution: '1280x1024', username: username, accessKey: accessKey } ).usingServer( 'http://' + username + ':' + accessKey + diff --git a/build/screenshots.yml b/build/screenshots.yml index 7f5005a12f..978dde6422 100644 --- a/build/screenshots.yml +++ b/build/screenshots.yml @@ -2,4 +2,4 @@ BROWSER: - chrome PLATFORM: - - Linux + - Windows 10