Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
feat: add option for specifying BrowserStackTunnel jar path
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs authored and vojtajina committed May 22, 2014
1 parent 20ea6bd commit 13978c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var createBrowserStackTunnel = function(logger, config, emitter) {
var tunnel = new BrowserStackTunnel({
key: process.env.BROWSER_STACK_ACCESS_KEY || bsConfig.accessKey,
tunnelIdentifier: bsConfig.tunnelIdentifier,
jarFile: process.env.BROWSER_STACK_TUNNEL_JAR || bsConfig.jarFile,
hosts: [{
name: config.hostname,
port: config.port,
Expand Down

0 comments on commit 13978c5

Please sign in to comment.