aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/blueimp/jquery-file-upload/wdio/conf/edge.js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-05-07 23:34:41 +0200
committerMario <mario@mariovavti.com>2020-05-07 23:34:41 +0200
commitffd2faf8a09a870e8dbecb3ad168e0a9b25941d3 (patch)
treef46b9e78337d2d06aac665fb9546ad2aa95c5d7c /vendor/blueimp/jquery-file-upload/wdio/conf/edge.js
parent64a8913385a68a9382da554c5cb51a7e71edd97b (diff)
downloadvolse-hubzilla-ffd2faf8a09a870e8dbecb3ad168e0a9b25941d3.tar.gz
volse-hubzilla-ffd2faf8a09a870e8dbecb3ad168e0a9b25941d3.tar.bz2
volse-hubzilla-ffd2faf8a09a870e8dbecb3ad168e0a9b25941d3.zip
Revert "add new files"
This reverts commit c76ff4249ec0f88832a9ce6c966a2fd326482197
Diffstat (limited to 'vendor/blueimp/jquery-file-upload/wdio/conf/edge.js')
-rw-r--r--vendor/blueimp/jquery-file-upload/wdio/conf/edge.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/vendor/blueimp/jquery-file-upload/wdio/conf/edge.js b/vendor/blueimp/jquery-file-upload/wdio/conf/edge.js
deleted file mode 100644
index 887294460..000000000
--- a/vendor/blueimp/jquery-file-upload/wdio/conf/edge.js
+++ /dev/null
@@ -1,23 +0,0 @@
-'use strict'
-
-/* eslint-disable jsdoc/valid-types */
-/** @type WebdriverIO.Config */
-const config = {
- hostname: process.env.WINDOWS_HOST || 'host.docker.internal',
- capabilities: [
- {
- // Set maxInstances to 1 if screen recordings are enabled:
- // maxInstances: 1,
- browserName: 'MicrosoftEdge'
- }
- ],
- videos: {
- enabled: false,
- inputFormat: 'mjpeg',
- startDelay: 500,
- stopDelay: 500
- },
- assetsDir: process.env.WINDOWS_ASSETS_DIR || process.env.MACOS_ASSETS_DIR
-}
-
-exports.config = Object.assign({}, require('./chrome').config, config)