browserstack/browserstack-local-nodejs

Add support for 7.4 HTTPS proxy

Closed this issue · 4 comments

https://www.browserstack.com/local-testing/releases/v7.4 adds support for https proxying. Would be awesome if support was added for consumers of the node lib.

This library allows arbitrary key - value parameters to the BrowserStackLocal binary. Check

bs_local.start({
  key: '<browserstack-accesskey>',
  'https-ports': '8443,9443'
}, function() {
  console.log("Started BrowserStackLocal");
});

should work

Cool. Does the binary in the S3 bucket need to be upgraded to 7.4 for that to work or should it be good to go?

It should be fine. The s3 bucket links are an alternate to binary download links here. Both always point to the latest version

Confirmed that it works after doing a rm on ~/.browserstack Thanks!