mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Preliminary Appium support.
This commit is contained in:
parent
633b1764df
commit
70ced9ac38
2 changed files with 19 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue