我可以只运行 RSpec 和自动测试而不使用 Cucumber 吗?
我正在使用 Cucumber 和 Rspec,但我想在处理规范示例时禁用自动测试运行故事。是否有可以更改的配置选项来做到这一点?
I am using both Cucumber and Rspec but I want to disable autotest from running the stories while I"m working on the spec examples. Is there a configuration option I can change to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的环境中是否定义了
AUTOFEATURE=true
?这就是控制自动测试是否包括黄瓜测试的原因。默认值应该是 false,但在任何情况下,您都可以通过启动自动测试来覆盖它:Do you have
AUTOFEATURE=true
defined in your environment? This is what controls whether autotest includes the cucumber tests or not. The default should be false but in any case you can override it by starting autotest with: