Skip to content

Commit 931f171

Browse files
committed
Param name change and switch to api version 3
1 parent 068f9e4 commit 931f171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function launchBrowser(browser) {
8888
}
8989

9090
if(config.tunnelIdentifier) {
91-
browser["tunnelIdentifier"] = config.tunnelIdentifier;
91+
browser["tunnel_identifier"] = config.tunnelIdentifier;
9292
}
9393

9494
client.createWorker(browser, function (err, worker) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "git://github.com/browserstack/browserstack-runner.git"
99
},
1010
"dependencies": {
11-
"browserstack": "git://github.com/browserstack/node-browserstack.git"
11+
"browserstack": "1.0.1"
1212
},
1313
"bin": {
1414
"browserstack-runner": "bin/cli.js"

0 commit comments

Comments
 (0)