Adding protractor.

This commit is contained in:
Gunther Brunner
2014-06-02 17:49:32 +09:00
parent 903c183c84
commit 9239ee57b4
3 changed files with 19 additions and 0 deletions

5
protractor.conf.js Normal file
View File

@@ -0,0 +1,5 @@
// Reference: https://github.com/angular/protractor/blob/master/referenceConf.js
exports.config = {
specs: ['res/test/e2e/*spec.js']
}