本文介绍了如何在Jenkins上显示XUnit测试输出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
根据 JUnit格式的测试输出,我用 https://github.com/garcus/wct-xunit-reporter .
不起作用的是,詹金斯(Jenkins)显示了测试结果.我试过了:
What does not work is that Jenkins displays the Test-Results. I tried:
- 不同的XUnit测试结果(发布xUnit测试结果报告:[xUnit] [错误]-结果文件'..../testfile.xml'的转换文件(在度量标准'NUnit'的转换过程中)为无效.)
- JUnit测试结果
是否需要另一个XUnit xsl,或者我还有什么想念的?
Is there another XUnit xsl needed, or what else do I miss?
推荐答案
我找到了正确的测试结果类型:
I found the correct test result type:
xUnit.Net-v2
xUnit.Net-v2
必须在发布xUnit测试结果报告"的下拉列表中选择
That must be choosen in the dropdown of 'Publish xUnit test result report'
这篇关于如何在Jenkins上显示XUnit测试输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!