We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068f9e4 commit 931f171Copy full SHA for 931f171
bin/runner.js
@@ -88,7 +88,7 @@ function launchBrowser(browser) {
88
}
89
90
if(config.tunnelIdentifier) {
91
- browser["tunnelIdentifier"] = config.tunnelIdentifier;
+ browser["tunnel_identifier"] = config.tunnelIdentifier;
92
93
94
client.createWorker(browser, function (err, worker) {
package.json
@@ -8,7 +8,7 @@
8
"url": "git://github.com/browserstack/browserstack-runner.git"
9
},
10
"dependencies": {
11
- "browserstack": "git://github.com/browserstack/node-browserstack.git"
+ "browserstack": "1.0.1"
12
13
"bin": {
14
"browserstack-runner": "bin/cli.js"
0 commit comments