Jenkin publish junit report doesn't shows properties tags on the report, on below xml , report shows suite and test case details on report whereas property details doesn't display at all. Is anything need to be done for this ??
<testsuite name="WLI-FI-Tests-Fake" tests="6" failures="0" errors="0" time="1426" package="IT-Interface-WLI-FI" id="1">
<property name="sun.cpu.isalist" value=""/>
<testcase name="IF_getDwhGLData" time="0.0"/>
</testsuite>