We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Env: Ubuntu 18.04
local.log Error:
Either another browserstack local client is running on your machine or some server is listening on port 45691
How to simulate:
When there is error on code at step-definitions it brokes and show
TypeError: Cannot read property 'quit' of undefined at World.<anonymous> ( cucumber-js-browserstack/features/support/hooks.js:47:13)
then when you try run code again it starts to show undefined error
to run again you must run kill:
killall -9 BrowserStackLocal
I was analysing hook.js and I guess it needs an error handler to avoid it.
Another thing I would like to suggest is update the packages: cucumber to 5.10 cucumber-assert to 2.0.1 browserstack-local to 1.4.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Env:
Ubuntu 18.04
local.log Error:
How to simulate:
When there is error on code at step-definitions it brokes and show
then when you try run code again it starts to show undefined error
to run again you must run kill:
I was analysing hook.js and I guess it needs an error handler to avoid it.
Another thing I would like to suggest is update the packages:
cucumber to 5.10
cucumber-assert to 2.0.1
browserstack-local to 1.4.0
The text was updated successfully, but these errors were encountered: