【发布时间】:2015-07-18 17:59:07
【问题描述】:
我已经在全新项目中尝试过黄瓜和茉莉花,但我所有的测试都失败了。当我跑步时:
$ meteor --test
我明白了:
stream error Network error: ws://localhost:3000/websocket: connect ECONNREFUSED
此故障来自使用 xolvio:cucumber 包的新应用程序。
当我查看镜像日志时,它的结尾是:
[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
那么,这只是我的某种系统错误吗?我有最新的 Meteor:1.1.0.2
我也意识到这个错误曾经是一个旧错误,现在被认为是已修复in the meteor-cucumber repo。
有什么想法吗?
【问题讨论】:
标签: testing meteor jasmine cucumber meteor-velocity