mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
10 lines
220 B
JavaScript
10 lines
220 B
JavaScript
// Reference: https://github.com/angular/protractor/blob/master/referenceConf.js
|
|
|
|
exports.config = {
|
|
specs: ['res/test/e2e/*spec.js'],
|
|
jasmineNodeOpts: {
|
|
showColors: true,
|
|
defaultTimeoutInterval: 30000
|
|
}
|
|
}
|