如何在 MSTest 之后执行带有测试结果的应用程序?
无论如何,让我的项目在测试批次完成后运行应用程序?
我希望添加一个
我只是想将结果传递给一个单独的可执行文件,以便在测试完成后解析为 html...也许是 AfterTest 目标?
有人知道如何做到这一点吗?
Anyway to have my project run a application after the test batch finished?
I was hoping to add a <Target> but was unable to find anything.
I am just wanting to pass the results to a seperate executable to parse into an html once my test is completed... perhaps a AfterTest target?
Anyone know a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能要运行 trx2html ?
那么这适用于您: TFS 构建中的测试结果报告
如果是其他可执行文件,只需按照相同的说明操作,并将 trx2html 替换为您的替代可执行文件。
You are probably going to run trx2html ?
Then this applies to you: TestResults Reports in TFS Builds
In case of another executable, just follow the same instructions and replace trx2html by your alternative executable.