-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor
-
Component/s: xunit-plugin
-
None
I'm using the Xunit to perform my tests.Â
I've decorated all tests with properties like this:
[Fact(DisplayName = "My test alias"), TestPriority(1)]
When I'm into the tests detailed screen on Jenkins it has a table with all my tests and the column "Test Name" apparently tries to show the test alias but it has his beginning hidden.
It looks like a parsing issue, can anyone help me?Â