nunit / teamcity-event-listener

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

Artifacts directory name can be too long #84

Open elv1s42 opened 1 year ago

elv1s42 commented 1 year ago

When I have a long test name (for [TestCase] tests with several arguments or for the tests with long namespaces) the teamcity-event-listener may produce the folder names that are too long for Windows (longer than 255 symbols). As a result, the artifacts cannot be published because the folder cannot be created

elv1s42 commented 1 year ago

I'm going to try this fix: image

Do we need a test name in the path for the TeamCity artifacts?

hn100823 commented 1 year ago

hi @NikolayPianikov may I ask when will we have the new release for this? As I see here https://www.nuget.org/packages/NUnit.Extension.TeamCityEventListener The latest version is 1.0.7 from 2019 Will this be included in the newer version of Nunit (which version) or we have to install it separately?

NikolayPianikov commented 1 year ago

1.0.9 was published

hn100823 commented 1 year ago

Thank you, when will you add this to the release page? https://github.com/nunit/teamcity-event-listener/releases