gpt4 book ai didi

configuration - Cucumber - 如何将其配置为默认使用 "--format pretty"?

转载 作者:行者123 更新时间:2023-12-04 06:19:13 24 4
gpt4 key购买 nike

我开始学习 Rails,在配置 cucumber 来运行我的 bdd 测试时遇到了一些麻烦。
我想要的是运行

cucumber features



这转化为

cucumber features --format pretty



我尝试通过编辑 config/cucumber.yml 文件(在 rails 项目中)来执行此操作。
编辑了这一行:

default: <%= std_opts %> features



导致:

default: <%= std_opts %> --format pretty features



但它会发生一些错误:

Using the default profile... All but one formatter must use --out, only one can print to each stream (or STDOUT) (RuntimeError)



我能做些什么来使这个选项“--format 漂亮”成为默认值?
另外,是否有其他好的选择可以作为默认值使结果更清晰?

谢谢你。

最佳答案

我发现这个消息:

Using the default profile... All butone formatter must use --out, only onecan print to each stream (or STDOUT)(RuntimeError)


与 cucumber 虫有关,如发布于 this site
我的解决方法是编辑 config/cucumber.yml 并将其保留如下:

std_opts = "--format rerun --out rerun.txt --strict --tags ~@wip"

%>

.....

default: <%= std_opts %> -f pretty features


现在它起作用了。我认为这对我来说是多云的,也许对这个(也许另一个)“错误”有更多的评论会很好。此外,另一个有用的设置会很好。

关于configuration - Cucumber - 如何将其配置为默认使用 "--format pretty"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2816118/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com