Search code examples
dockernunitteamcitynunit-console

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.


Solution

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