1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Unit tests now pass.

This commit is contained in:
Gunther Brunner 2014-09-04 16:19:58 +09:00
parent 2f172c2fda
commit 02fb1f9add
5 changed files with 6 additions and 10 deletions

View file

@ -63,7 +63,7 @@ gulp.task('protractor-explorer', function (callback) {
}, callback)
})
gulp.task('protractor', function (callback) {
gulp.task('protractor', ['webdriver-update'],function (callback) {
gulp.src(["./res/test/e2e/**/*.js"])
.pipe(protractor.protractor({
configFile: protractorConfig,