another bulk of composer updates
(cherry picked from commit 6685381fd8db507493c3d7c1793f8c05c681bbce)
This commit is contained in:
21
vendor/blueimp/jquery-file-upload/wdio/firefox.js
vendored
Normal file
21
vendor/blueimp/jquery-file-upload/wdio/firefox.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
'use strict'
|
||||
|
||||
exports.config = Object.assign({}, require('./chrome').config, {
|
||||
hostname: 'geckodriver',
|
||||
capabilities: [
|
||||
{
|
||||
// geckodriver supports no parallel sessions:
|
||||
maxInstances: 1,
|
||||
browserName: 'firefox',
|
||||
'moz:firefoxOptions': {
|
||||
//args: ['-headless', '--window-size=1440,900']
|
||||
}
|
||||
}
|
||||
],
|
||||
videos: {
|
||||
enabled: true,
|
||||
resolution: '1440x900',
|
||||
startDelay: 500,
|
||||
stopDelay: 500
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user