|
@@ -33,5 +33,11 @@ exports.config = Object.assign(base.config, {
|
|
// commands. Instead, they hook themselves up into the test process.
|
|
// commands. Instead, they hook themselves up into the test process.
|
|
services: ['static-server', 'sauce', new CompanionService()],
|
|
services: ['static-server', 'sauce', new CompanionService()],
|
|
user: process.env.SAUCE_USERNAME,
|
|
user: process.env.SAUCE_USERNAME,
|
|
- key: process.env.SAUCE_ACCESS_KEY
|
|
|
|
|
|
+ key: process.env.SAUCE_ACCESS_KEY,
|
|
|
|
+ // Options to be passed to Mocha.
|
|
|
|
+ // See the full list at http://mochajs.org/
|
|
|
|
+ mochaOpts: {
|
|
|
|
+ ui: 'dot',
|
|
|
|
+ timeout: 60000
|
|
|
|
+ }
|
|
})
|
|
})
|