When the test name contains a comma (basically, any [TestCase] test with 2 or more arguments will contain it), the TeamCity fails to publish the test log artifact for this test.
I think the issue is in the artifact directory name, the name is generated based on the test name, so it will always contain a comma, and TeamCity will not publish the artifact for the test (see this ticket in YouTrack for more details about artifact names with comma).
When the test name contains a comma (basically, any
[TestCase]
test with 2 or more arguments will contain it), the TeamCity fails to publish the test log artifact for this test. I think the issue is in the artifact directory name, the name is generated based on the test name, so it will always contain a comma, and TeamCity will not publish the artifact for the test (see this ticket in YouTrack for more details about artifact names with comma).