Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE when calling Local.stop() without providing BrowserStack key #35

Open
rlundy opened this issue Dec 27, 2018 · 1 comment
Open

NPE when calling Local.stop() without providing BrowserStack key #35

rlundy opened this issue Dec 27, 2018 · 1 comment

Comments

@rlundy
Copy link

rlundy commented Dec 27, 2018

When Local.stop() is called without having provided the BrowserStack key in the options, a NullPointerException results.

Expected Behavior

While I can see a case for requiring the BrowserStack key when stopping a BrowserStack instance (but only if it's actually used), if it is required but not provided, then a meaningful error message should be provided rather than a NPE with no message.

Actual Behavior

A NullPointerException is thrown, and there's no exception message.

@bipul21
Copy link
Collaborator

bipul21 commented Jan 17, 2019

Noted we will fix the same and release new version soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants