pghalliday / node-BrowserStackTunnel

https://www.npmjs.com/package/browserstacktunnel-wrapper
MIT License
17 stars 24 forks source link

Option `tunnelIdentifier` doesn't exist, `localIdentifier` does #15

Closed mgol closed 9 years ago

mgol commented 9 years ago

Option tunnelIdentifier doesn't exist in the BrowserStackLocal binary, localIdentifier does:

$ ./node_modules/browserstacktunnel-wrapper/bin/darwin/x64/BrowserStackLocal -h | grep -i tunnel
$ ./node_modules/browserstacktunnel-wrapper/bin/darwin/x64/BrowserStackLocal -h

Configuration Options:
...
-localIdentifier SOME_STRING
    If doing simultaneous multiple local testing connections, set this uniquely for different processes
...

but only the tunnelIdentifier one is supported by this module.

mgol commented 9 years ago

PR: #18