mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 00:05:15 +02:00
Added gulp protractor task.
This commit is contained in:
9
res/test/protractor.conf.js
Normal file
9
res/test/protractor.conf.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// Reference: https://github.com/angular/protractor/blob/master/referenceConf.js
|
||||
|
||||
exports.config = {
|
||||
specs: ['res/test/e2e/*spec.js'],
|
||||
jasmineNodeOpts: {
|
||||
showColors: true,
|
||||
defaultTimeoutInterval: 30000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user