fix seleniumAddress param
parent
6a1a9e42ac
commit
48496ff823
|
@ -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"});
|
||||||
|
|
Loading…
Reference in New Issue