cleaned up integration test flow
This commit is contained in:
parent
23d629b80b
commit
76de2b29a5
20 changed files with 123 additions and 1798 deletions
|
@ -9,18 +9,13 @@ Config for running saucelabs against localhost
|
|||
|
||||
exports.config = Object.assign({}, common.config, {
|
||||
maxInstances: 2,
|
||||
exclude: [path.join(__dirname, './integration/download-tests.js')],
|
||||
capabilities: [
|
||||
{ browserName: 'firefox' },
|
||||
{ browserName: 'chrome' },
|
||||
{ browserName: 'MicrosoftEdge' },
|
||||
{
|
||||
browserName: 'safari',
|
||||
exclude: [
|
||||
// The safari driver doesn't support file uploads
|
||||
// via input elements, but unit-tests.js covers
|
||||
// the lower level uploading
|
||||
path.join(__dirname, './ui/upload-tests.js')
|
||||
]
|
||||
browserName: 'safari'
|
||||
}
|
||||
],
|
||||
services: ['sauce', require('./testServer')],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue