mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 01:24:18 +00:00
remove appiumVersion
This commit is contained in:
parent
824ce5f375
commit
97c41cd971
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ exports.config = Object.assign(base.config, {
|
|||
{ browserName: 'MicrosoftEdge', version: '17', platform: 'Windows 10' },
|
||||
// { browserName: 'safari', version: '11.0', platform: 'macOS 10.12' },
|
||||
// { browserName: 'safari', version: '10.0', platformName: 'iOS', platformVersion: '10.0', deviceOrientation: 'portrait', deviceName: 'iPhone 6 Simulator', appiumVersion: '1.7.1' },
|
||||
{ browserName: 'chrome', platformName: 'Android', platformVersion: '6.0', deviceOrientation: 'portrait', deviceName: 'Android Emulator', appiumVersion: '1.7.1' }
|
||||
{ browserName: 'chrome', platformName: 'Android', platformVersion: '6.0', deviceOrientation: 'portrait', deviceName: 'Android Emulator' }
|
||||
].map(createCapability),
|
||||
|
||||
// If you only want to run your tests until a specific amount of tests have failed use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue