从 Teamcity 获取 NUnit 测试结果报告

发布于 2025-01-06 16:43:24 字数 209 浏览 0 评论 0原文

我有 Teamcity 的配置,我想在所有测试运行后使用 powershell 获取测试结果报告。某种出口。从 Teamcity 界面,我可以转到测试并单击将所有测试下载为 CSV,但我想使用 powershell 获取此报告,以便将此报告包含在工件中。

该测试结果报告在磁盘上(我不知道它在哪里或以什么形式存在),我只是想以某种方式获取它。我的问题不是解析数据,我的问题是获取“数据”。

I have a configuration with Teamcity and I want to get the Tests Results Report with powershell after all the tests ran. Some kind of export. From Teamcity interface, I can go to Tests and click Download all tests as CSV but I want to get this with powershell in order to include this report in artifacts.

That test results report is on the disk (I don't know where or in what form it exists), I just want to get it somehow. My problem is not parsing the data, my problem is getting "the data".

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

坏尐絯℡ 2025-01-13 16:43:24

使用常规设置中的“工件”。只需提供一个路径,TC 就会在每次构建后将这些路径复制到自己的文件夹(并维护历史记录)。并且您可以从项目概述中很好地访问这些路径。

Use the "Artifacts" in the General Settings. Just give a path(s), and TC will copy these after each build to own folder (and maintain history.) And you can access these quite nicely from the Projects overview.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文