黄瓜测试似乎失败了,但并不承认这一点
自从更新我的 gems 以来,我的一个黄瓜测试似乎失败了,即在测试结果的一行打印输出中,它打印了一个红色 F:
但是测试摘要显示所有测试都已通过,这似乎与红色 F 相矛盾。
尝试解开此处发生的情况并获得一些输出的好方法是什么从那显然测试失败了?
Since updating my gems, one of my cucumber tests appears to be failing i.e. in the one-line printout of test outcomes it prints a red F:
However the test summary shows that all the tests passed which seems to contradict the red F.
What's a good way to try and unwrap what's going on here and to get some output from that apparently failing test?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
cucumber --format=pretty ...
运行测试并查看完整输出Run your tests with
cucumber --format=pretty ...
and check out the full output