File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 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+ <![CDATA[
35+
36+ ]]>
37+ </css >
38+
39+ </configuration >
40+ </extentreports >
You can’t perform that action at this time.
0 commit comments