You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When $ behat crashes due to an exception (for example, you didn't import the namespace so a class couldn't been found), the mink-zombie-server.js is still active and listening to the port.
This translates in not being able to execute $ behat a second time without previously killing the process manually using ps aux | grep node, grabbing the pid and then $ kill <pid>.
It does sound weird that this would be a bug since this seems to me as very basic, so maybe it's just something that I'm missing. If this is the case, I apologize and please point me towards the solution.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
When
$ behat
crashes due to an exception (for example, you didn't import the namespace so a class couldn't been found), themink-zombie-server.js
is still active and listening to the port.This translates in not being able to execute
$ behat
a second time without previously killing the process manually usingps aux | grep node
, grabbing the pid and then$ kill <pid>
.It does sound weird that this would be a bug since this seems to me as very basic, so maybe it's just something that I'm missing. If this is the case, I apologize and please point me towards the solution.
Thanks in advance.
The text was updated successfully, but these errors were encountered: