Added gulp protractor task.

This commit is contained in:
Gunther Brunner
2014-06-04 15:00:40 +09:00
parent 2ca3619057
commit a9e2268b18
5 changed files with 34 additions and 16 deletions

View 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
}
}