browserstack/browserstack-local-nodejs

Support passing enable-logging-for-api to BrowserstackBinary

Closed this issue · 2 comments

Currently, there's no way to pass enable-logging-for-api to the BrowserstackBinary. It would be nice if I could.

EDIT I may have prematurely filed this issue, not understanding that any unknown options are simply passed through. Testing that now, and if so, I'll close the issue. Thanks!

I can confirm this works.

Adding in 'enable-logging-for-api' : ''

Is passed straight to the local binary.

Confirmed both in windows process explorer :

image

and when querying the local API : https://www.browserstack.com/local/v1/list?auth_token=ACCESS_KEY&last=5&state=running

Thanks for confirming @tomthedev. Closing issue.