0
我檢查了ReportUnit,它只支持NUnit 2的結果。我無法在ReportUnit中使用NUnit 3結果。如何將NUnit3與ReportUnit結合使用?
- 是否還有其他支持NUnit 3 xml文件的工具?
- 或者ReportUnit有NUnit 3支持嗎?
我檢查了ReportUnit,它只支持NUnit 2的結果。我無法在ReportUnit中使用NUnit 3結果。如何將NUnit3與ReportUnit結合使用?
NUnit3可以選擇以與NUnit2相同的格式打印結果 - 這可能是最簡單的解決方法,直到「ReportUnit」本身支持NUnit3。
使用命令行選項:
--result=yourfilename.xml;format=nunit2
Reportunit 1.5支持NUnit3