fix seleniumAddress param

stable
Juanfran 2016-05-17 14:33:43 +02:00
parent 6a1a9e42ac
commit 48496ff823
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function launchProtractor(suit) {
} }
if (argv.seleniumAddress) { if (argv.seleniumAddress) {
protractorParams.push('--seleniumAddress=' + seleniumAddress); protractorParams.push('--seleniumAddress=' + argv.seleniumAddress);
} }
child_process.spawnSync('protractor', protractorParams, {stdio: "inherit"}); child_process.spawnSync('protractor', protractorParams, {stdio: "inherit"});