Good morning Atlassian Community,
since a few months I am creating an automatic test project in Visual Studio for Dotnet services and also in Bamboo that tests are executed via
dotnet test ...
and then evaluated via "MSTest Parser". So far so good and everything worked as expected until now.
But since the newest commits I experience differences between the test counts locally in Visual Studio (as shown 216)
and the test count in Bamboo (174).
Looking into the Bamboo logs the count of tests is just as expected 216.
What is different in the new commits are test cases using [MemberData(...]. Before that test cases with MemberData the count of tests have been identical in Visual Studio and Bamboo.
Has anyone ever made the same observation and are there any suggestions on how to get back to the correct number of tests in Bamboo?
With best regards
Holger@PHAG