Remove ES + Kibana
[sdc.git] / test-apis-ci / src / main / resources / ci / conf / extent-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <extentreports>
3     <configuration>
4         <!-- report theme -->
5         <!-- standard, dark -->
6         <theme>standard</theme>
7     
8         <!-- document encoding -->
9         <!-- defaults to UTF-8 -->
10         <encoding>UTF-8</encoding>
11         
12         <!-- protocol for script and stylesheets -->
13         <!-- defaults to https -->
14         <protocol>https</protocol>
15         
16         <!-- title of the document -->
17         <documentTitle>ASDC Automation Report</documentTitle>
18         
19         <!-- report name - displayed at top-nav -->
20         <reportName> ASDC Automation Report </reportName>
21         
22         <!-- report headline - displayed at top-nav, after reportHeadline -->
23         <reportHeadline></reportHeadline>
24         
25         <!-- global date format override -->
26         <!-- defaults to yyyy-MM-dd -->
27         <dateFormat>yyyy-MM-dd</dateFormat>
28         
29         <!-- global time format override -->
30         <!-- defaults to HH:mm:ss -->
31         <timeFormat>HH:mm:ss</timeFormat>
32         
33         <!-- custom javascript -->
34         <scripts>
35             <![CDATA[
36                 $(document).ready(function() {
37                     $('.logo-content' ).remove();
38                     $('.charts div:nth-child(2)').remove();  
39                 });
40             ]]>
41         </scripts>
42         
43         <!-- custom styles -->
44         <styles>
45             <![CDATA[
46                 .report-name {padding-top: 1px; font-size: 15px; font-weight: bold;}
47             ]]>
48         </styles>
49     </configuration>
50 </extentreports>