Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Done
-
None
Description
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?
Which test tool are you using? Could you attach a generated report?