Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Chef infra 如何在“打印测试输出”结尾处打印测试输出或日志;“厨房收敛”吗;?_Chef Infra_Chef Recipe_Chef Solo_Test Kitchen - Fatal编程技术网

Chef infra 如何在“打印测试输出”结尾处打印测试输出或日志;“厨房收敛”吗;?

Chef infra 如何在“打印测试输出”结尾处打印测试输出或日志;“厨房收敛”吗;?,chef-infra,chef-recipe,chef-solo,test-kitchen,Chef Infra,Chef Recipe,Chef Solo,Test Kitchen,我们正在使用Kitchen编写黄瓜测试。我们可以运行测试用例,一切都很好。我们想要的是,在厨房的最后打印测试报告 是否可以在调试模式下运行厨师配方 我们知道“kitchen converge-l Debug”将打印整个输出,但我们不需要所有日志。只有特定的测试报告。在converge期间,您不会运行测试,除非您仍然使用非常旧且不推荐使用的minitest系统。测试在验证阶段运行,并在那里显示其输出

我们正在使用Kitchen编写黄瓜测试。我们可以运行测试用例,一切都很好。我们想要的是,在厨房的最后打印测试报告

是否可以在调试模式下运行厨师配方


我们知道“kitchen converge-l Debug”将打印整个输出,但我们不需要所有日志。只有特定的测试报告。

在converge期间,您不会运行测试,除非您仍然使用非常旧且不推荐使用的minitest系统。测试在验证阶段运行,并在那里显示其输出