cleaned up integration test flow
This commit is contained in:
parent
23d629b80b
commit
76de2b29a5
20 changed files with 123 additions and 1798 deletions
|
@ -11,15 +11,16 @@ exports.config = Object.assign({}, common.config, {
|
|||
baseUrl: process.env.TEST_SERVER || 'https://send.dev.mozaws.net',
|
||||
exclude: [
|
||||
// the /test endpoint only exists on localhost
|
||||
path.join(__dirname, './ui/unit-tests.js')
|
||||
path.join(__dirname, './integration/unit-tests.js'),
|
||||
// we don't have access to the fs in this context
|
||||
path.join(__dirname, './integration/download-tests.js')
|
||||
],
|
||||
capabilities: [
|
||||
{ browserName: 'firefox' },
|
||||
{ browserName: 'chrome' },
|
||||
{ browserName: 'MicrosoftEdge' },
|
||||
{
|
||||
browserName: 'safari',
|
||||
exclude: [path.join(__dirname, './ui/upload-tests.js')]
|
||||
browserName: 'safari'
|
||||
}
|
||||
],
|
||||
services: ['sauce'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue