I tried cucumber as well as jasmine with completely new projects, but all my tests get this failure. When I run:
$ meteor --test
I get:
stream error Network error: ws://localhost:3000/websocket: connect ECONNREFUSED
This error occurs from a new application using the xolvio package: oucumber.
When I look through the mirror logs, it ends with:
[chimp] Finished running async processes with errors
stream error Network error: ws://localhost:3000/websocket: connect ECONNREFUSED
stream error Network error: ws://localhost:3000/websocket: connect ECONNREFUSED
Parent process ( 20797 ) is dead! Exiting cucumber
So, is this some kind of system error just for me? I have the last Meteor: 1.1.0.2
I also understand that this error was an old error, which is now considered fixed in the meteor-cucumber repository .
Any ideas?
paris source
share