We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d27c2 commit f5b3f0eCopy full SHA for f5b3f0e
1 file changed
config/html-config.xml
@@ -0,0 +1,40 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<extentreports>
3
+ <configuration>
4
+
5
+ <!-- report theme -->
6
+ <!-- standard, dark -->
7
+ <theme>standard</theme>
8
9
+ <!-- document encoding -->
10
+ <!-- defaults to UTF-8 -->
11
+ <encoding>UTF-8</encoding>
12
13
+ <!-- protocol for script and stylesheets -->
14
+ <!-- defaults to https -->
15
+ <protocol>https</protocol>
16
17
+ <!-- title of the document -->
18
+ <documentTitle>Extent Framework</documentTitle>
19
20
+ <!-- report name - displayed at top-nav -->
21
+ <reportName>Build 1</reportName>
22
23
+ <!-- custom javascript -->
24
+ <js>
25
+ <![CDATA[
26
+ $(document).ready(function() {
27
28
+ });
29
+ ]]>
30
+ </js>
31
32
+ <!-- custom styles -->
33
+ <css>
34
35
36
37
+ </css>
38
39
+ </configuration>
40
+</extentreports>
0 commit comments