简体   繁体   中英

How can i display the result of Nunit from a windows container to TeamCity?

I'm building a .net application in a windows container from TeamCity. I have installed on the docker image NUnit3-Console. I want to display the result of NUnit during the build on the tab Test on Teamcity like if i was building from teamcity.

The build step completed successfully but i am unable to see "tests" tab on the build.

How can I dot that?

Thanks.

By adding the parameter --teamcity to NUnit3-Console. it will format the result to Teamcity and the "test" tab will appear.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM