从 Teamcity 获取 NUnit 测试结果报告
我有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用常规设置中的“工件”。只需提供一个路径,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.