JUnit XML summary - text overlaps
Summary
The artifact page show text overlaps. It happens when class or name has long text and no spacing for example: Company.Formulas.Tests.FormulaResolution.Parsing.RpnBuilderTests
Introduced as part of the feature created in #24792 (closed)
Steps to reproduce
Attached junit.xml and screenshot
What is the current bug behavior?
Text overlaps another columns
What is the expected correct behavior?
Text word wrap
Junit.xml
<?xml version="1.0" encoding="utf-8"?>
<testsuites tests="593" failures="0" disabled="20" time="5.481189">
<testsuite tests="3" time="0.026382" errors="0" failures="0" skipped="0" timestamp="2019-11-26 15:28:59Z" name="Company.Controls.Tests.dll.Company.Controls.Tests.Helpers.BusinessObjectServiceExtensionsTest.">
<testcase name="Get_Unique_Name_Return_Unique_Name_With_Two_Repeats" assertions="1" time="0.019165" status="Passed" classname="Company.Controls.Tests.Helpers.BusinessObjectServiceExtensionsTest">
</testcase>
<testcase name="Get_Unique_Name_Returns_Unchanged_if_Unique_Name_In_Folder" assertions="1" time="0.000161" status="Passed" classname="Company.Controls.Tests.Helpers.BusinessObjectServiceExtensionsTest" />
<testcase name="Get_Unique_Name_Returns_Unique_Name_With_One_Repeat" assertions="1" time="0.000236" status="Passed" classname="Company.Controls.Tests.Helpers.BusinessObjectServiceExtensionsTest">
</testcase>
</testsuite>
</testsuites>
Edited by Paweljq