mirror of
https://github.com/openstf/stf
synced 2025-10-03 09:49:17 +02:00
Removed almost all JSHint warnings.
This commit is contained in:
parent
2a5a7bae9a
commit
1e961763bd
31 changed files with 92 additions and 93 deletions
|
@ -96,10 +96,10 @@ if (gutil.env.multi) {
|
|||
protractorConfig = './res/test/protractor-appium.conf'
|
||||
}
|
||||
|
||||
gulp.task('webdriver-update', protractor.webdriver_update)
|
||||
gulp.task('webdriver-standalone', protractor.webdriver_standalone)
|
||||
gulp.task('webdriver-update', protractor.webdriverUpdate)
|
||||
gulp.task('webdriver-standalone', protractor.webdriverStandalone)
|
||||
gulp.task('protractor-explorer', function (callback) {
|
||||
protractor.protractor_explorer({
|
||||
protractor.protractorExplorer({
|
||||
url: require(protractorConfig).config.baseUrl
|
||||
}, callback)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue