Skip to content

Jenkins持续集成以及生成测试报告

Lanny edited this page Mar 3, 2016 · 1 revision

#####生成测试报告 cucumber提供了丰富多样的测试报告生成机制。
cucumber -f 参数可用格式:html、json、junit等
cucumber -o 参数可以指定输出文件路径
命令参数详情可以参考cucumber --help

输出一个html测试报告,例如:

cucumber -p iphone6p-9_0 -f pretty -f html -o iphone6-9_0.html

#####Jenkins持续集成

Clone this wiki locally