JetBrains / teamcity-dotnet-plugin

TeamCity plugin for .NET projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combine unit tests result in the View Build Result screen

aaltotsky opened this issue · comments

I have two unit tests c# projects. To run tests I'm using:
".NET CLI (dotnet)" the "test" command for projects with the "wildcards" such as **/.Test/.Test.csproj

Tests from both projects ran fine, but on the View Build Results page, I see the "Overview Result" with a number of tests only from one of the project.

Is it possible to combine the number of total passed tests on the summary view?

Never mind. My mistake. Everything is working correctly.