Я использую Extent Reports v4, и мне нужно удалить те метки даты и времени, выделенные красным цветом ниже (обратите внимание, что мне нужно сохранить те, которые были выделены синим цветом):
Вот мой конфиг xml прямо сейчас:
<extentreports>
<configuration>
<theme>standard</theme>
<encoding>UTF-8</encoding>
<documentTitle>REPORTS</documentTitle>
<reportName>Test Automation</reportName>
<!-- custom javascript -->
<scripts>
<![CDATA[
$(document).ready(function() {
});
]]>
</scripts>
<!-- custom styles -->
<styles>
<![CDATA[
]]>
</styles>
</configuration>
</extentreports>