nunit / teamcity-event-listener

NUnit Engine extension that helps integration with teamcity
MIT License
11 stars 10 forks source link

TeamCity fails to publish artifacts when the test name contains a comma #82

Open elv1s42 opened 1 year ago

elv1s42 commented 1 year ago

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).

elv1s42 commented 1 year ago

Ok, I can confirm that the fix is working, but now I'm facing another issue: https://github.com/nunit/teamcity-event-listener/issues/84