Rspec 输出格式

发布于 2024-12-10 16:11:06 字数 250 浏览 1 评论 0原文

这个问题更多的是出于好奇而不是目的。我们可以更改 Rspec 命令的输出吗,它显示点和 Fs。例如,以下是我的一个项目的输出:

.F.F.F.F

.....
........
Finished in 0.27137 seconds
8 examples, 4 failures

Can we get Pass Failed Pass Failed Pass Failed Pass Failed 而不是 .FFFF

This question is more out of curiosity than purpose. Can we change the output of Rspec command, where it shows dots and Fs. For example, here is an output from one of my projects:

.F.F.F.F

.....
........
Finished in 0.27137 seconds
8 examples, 4 failures

Can we get Pass Failed Pass Failed Pass Failed Pass Failed instead of .F.F.F.F

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

ぃ弥猫深巷。 2024-12-17 16:11:07

您确实可以,查看 rspec wiki 或 google 'rspec Progressformatter' -- 这是一个这做的事情非常接近你想要的。

You indeed can, check out the rspec wiki or google 'rspec progressformatter' -- here's one that does something very close to what you want.

与往事干杯 2024-12-17 16:11:07

颜色可能会有所帮助 - 将别名 spec=spec --color --format specdoc 添加到您的 ~/.bashrc 文件中。

Color might help a bit - add the alias spec=spec --color --format specdoc to your ~/.bashrc file.

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