gpt4 book ai didi

.net-core - 在 Bamboo 中显示 Asp.Net.Core XUnit 测试结果

转载 作者:行者123 更新时间:2023-12-04 08:12:05 28 4
gpt4 key购买 nike

我刚刚花了一天的大部分时间来解决这个问题。

这就是问题所在:习惯于在 Bamboo 中使用 MSTest,它工作正常。

第一个使用 Asp.Net.Core 和 XUnit 测试的项目出现了,需要在 Bamboo 中设置。

Bamboo 不支持 XUnit 测试结果 xml 文件.. 唉...

要做什么?

最佳答案

升级到 .Net Core SDK 1.1.1 final bits 后,这更容易实现。

执行以下将执行测试,并生成 trx 输出。

dotnet test --logger trx

或者确定文件名

dotnet test --logger "trx;LogFileName=myTestResults.trx"

关于.net-core - 在 Bamboo 中显示 Asp.Net.Core XUnit 测试结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39746957/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com