1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00

Preliminary Appium support.

This commit is contained in:
Gunther Brunner 2014-09-08 18:10:50 +09:00
parent 633b1764df
commit 70ced9ac38
2 changed files with 19 additions and 0 deletions

View file

@ -53,6 +53,8 @@ gulp.task('karma', function (done) {
if (gutil.env.multi) {
protractorConfig = './res/test/protractor-multi.conf'
} else if (gutil.env.appium) {
protractorConfig = './res/test/protractor-appium.conf'
}
gulp.task('webdriver-update', protractor.webdriver_update)