Add file property to JUnit report entry#40231
Add file property to JUnit report entry#40231dfrankland wants to merge 1 commit intomicrosoft:mainfrom
Conversation
Many tools look for the `file` attribute as a way of understanding where a test is located and attributing some statistics or codeowners. Signed-off-by: Dylan Frankland <dfrankland@users.noreply.github.com>
|
Please start with filing a bug and describing the problem. Also the change will need a test if we want it to be landed. |
|
A couple of concerns on the semantics of
Today |
Many tools look for the
fileattribute as a way of understanding where a test is located and attributing some statistics or codeowners.