-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: enable custom test output result file #1112
Conversation
…up a custom result file name rather than the name of the assembly to be tested
@dotnet-policy-service agree |
@OsirisTerje this will enable the custom result file definition. The docs need to be adapted due to the newly introduced property |
Looks good, but |
Moved the docs item over here, since it is adapter docs, at #1114 |
Will adjust it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Fixes ##1114 |
@Lorilatschki Fixed in 4.6, beta here : https://www.myget.org/feed/nunit/package/nuget/NUnit3TestAdapter |
When using the
TestOutputXmlFileNameWithoutExtension
run setting property, the client can define a custom result file name rather than the name of the assembly to be tested