mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-23 00:56:33 +03:00
add Safari, Firefox and IE11 to e2e
This commit is contained in:
parent
4b8e35e4f1
commit
643c8585eb
|
@ -20,12 +20,32 @@ let config = {
|
|||
jasmineNodeOpts: {
|
||||
showTiming: true,
|
||||
showColors: true,
|
||||
defaultTimeoutInterval: 30000,
|
||||
defaultTimeoutInterval: 60000,
|
||||
print: function() {}
|
||||
},
|
||||
multiCapabilities: [{
|
||||
browserName: 'chrome',
|
||||
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
|
||||
build: process.env.TRAVIS_BUILD_NUMBER,
|
||||
name: 'Redoc Chrome/Linux build ' + process.env.TRAVIS_BUILD_NUMBER
|
||||
},{
|
||||
browserName: 'safari',
|
||||
platform: 'OS X 10.11',
|
||||
version: '9.0',
|
||||
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
|
||||
build: process.env.TRAVIS_BUILD_NUMBER,
|
||||
name: 'Redoc Safari Latest/OSX build ' + process.env.TRAVIS_BUILD_NUMBER
|
||||
},{
|
||||
browserName: 'firefox',
|
||||
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
|
||||
build: process.env.TRAVIS_BUILD_NUMBER,
|
||||
name: 'Redoc Firefox Latest/Win build ' + process.env.TRAVIS_BUILD_NUMBER
|
||||
},{
|
||||
browserName: 'internet explorer',
|
||||
version: '11.0',
|
||||
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
|
||||
build: process.env.TRAVIS_BUILD_NUMBER,
|
||||
name: 'Redoc Firefox Latest/Win build ' + process.env.TRAVIS_BUILD_NUMBER
|
||||
}]
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user