diff --git a/run-e2e.js b/run-e2e.js index 9b7bb856..9a74844f 100644 --- a/run-e2e.js +++ b/run-e2e.js @@ -50,7 +50,7 @@ function launchProtractor(suit) { } if (argv.seleniumAddress) { - protractorParams.push('--seleniumAddress=' + seleniumAddress); + protractorParams.push('--seleniumAddress=' + argv.seleniumAddress); } child_process.spawnSync('protractor', protractorParams, {stdio: "inherit"});