开发者

How to execute an application with test results after MSTest?

开发者 https://www.devze.com 2023-04-11 01:19 出处:网络
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.

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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号