限制来自 Cucumber 的咆哮通知(仅限失败)(使用guard、spork、ruby_gntp)
如何阻止某些 Cucumber 消息出现在 Growl 中?例如,待处理的步骤或指示成功的通知。我只想在我破坏了什么东西时被打扰。
How can I stop certain Cucumber messages from appearing in Growl? e.g. pending steps or notifications indicating success. I only want to be interrupted if I've broken something.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看了代码,目前还没有办法做到这一点。
编辑:
正如克里斯本人发现的那样:
嗯,实际上我认为你让我走上了正确的道路。由于我使用的是 ruby_gntp,看起来我应该能够禁用不同的通知通过 Growl GUI 类型。然而,当我这样做时,ruby_gntp 在第 125 行引发了异常。我已经给作者发了电子邮件,看看他的想法。
Looking at the code, there is currently no way of doing this.
Edit:
As Chris himself found out:
Mmm, actually I think you put me on the right track. Since I'm using ruby_gntp, it looks like like I should be able to disable different notification types via the Growl GUI. However when I do that, ruby_gntp is raising an exception at its line# 125. I've emailed the author to see what he thinks.