-
Notifications
You must be signed in to change notification settings - Fork 63
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
BrowserStackLocal process not finishes, if there are any test errors #23
Comments
Hm, I noticed, that issue reproduced, if Selenium error has status: 7 Full output for status 7:
Full output for status 32:
|
Issue still happens, even when using script from PR #24
|
Issue still happens |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm starting BrowserStackLocal process via local.runner.js.
It works fine most of the cases.
But it any of my tests fails, such as this:
Then I have 5
BrowserStackLocal
processes running:And if I try to run tests again, I'm getting:
until I kill all running BrowserStackLocal processes
The text was updated successfully, but these errors were encountered: