黄瓜测试似乎失败了,但并不承认这一点

发布于 2024-12-01 16:57:35 字数 224 浏览 0 评论 0原文

自从更新我的 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:

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心在旅行 2024-12-08 16:57:35

使用 cucumber --format=pretty ... 运行测试并查看完整输出

Run your tests with cucumber --format=pretty ... and check out the full output

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文