SonarQube Scanner 无法解析 nUnit 3 测试结果
SonarQube Scanner can't parse nUnit 3 test reuslts
看起来 SonarQube 扫描仪 6 无法解析 NUnit 3 的 TestResult.xml。
有什么方法可以将 NUnit 3 的测试结果解析为 NUnit 2 格式吗?
找到了!
NUnit 3 可以选择将他的新测试结果格式转换为 NUnit 2 的格式:
-result:reports\TestResult.xml;format=nunit2
看起来 SonarQube 扫描仪 6 无法解析 NUnit 3 的 TestResult.xml。
有什么方法可以将 NUnit 3 的测试结果解析为 NUnit 2 格式吗?
找到了!
NUnit 3 可以选择将他的新测试结果格式转换为 NUnit 2 的格式:
-result:reports\TestResult.xml;format=nunit2