From ffd2faf8a09a870e8dbecb3ad168e0a9b25941d3 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 7 May 2020 23:34:41 +0200 Subject: Revert "add new files" This reverts commit c76ff4249ec0f88832a9ce6c966a2fd326482197 --- .../blueimp/jquery-file-upload/wdio/conf/chrome.js | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 vendor/blueimp/jquery-file-upload/wdio/conf/chrome.js (limited to 'vendor/blueimp/jquery-file-upload/wdio/conf/chrome.js') diff --git a/vendor/blueimp/jquery-file-upload/wdio/conf/chrome.js b/vendor/blueimp/jquery-file-upload/wdio/conf/chrome.js deleted file mode 100644 index 270465e9c..000000000 --- a/vendor/blueimp/jquery-file-upload/wdio/conf/chrome.js +++ /dev/null @@ -1,40 +0,0 @@ -'use strict' - -/* eslint-disable jsdoc/valid-types */ -/** @type WebdriverIO.Config */ -const config = { - hostname: 'chromedriver', - path: '/', - capabilities: [ - { - // Set maxInstances to 1 if screen recordings are enabled: - // maxInstances: 1, - browserName: 'chrome', - 'goog:chromeOptions': { - // Disable headless mode if screen recordings are enabled: - args: ['--headless', '--window-size=1440,900'] - } - } - ], - logLevel: 'warn', - reporters: ['spec'], - framework: 'mocha', - mochaOpts: { - timeout: 60000 - }, - specs: ['test/specs/**/*.js'], - maximizeWindow: true, - screenshots: { - saveOnFail: true - }, - videos: { - enabled: false, - resolution: '1440x900', - startDelay: 500, - stopDelay: 500 - }, - assetsDir: '/home/webdriver/assets/', - baseUrl: 'http://example' -} - -exports.config = Object.assign({}, require('../hooks'), config) -- cgit v1.2.3