File tree Expand file tree Collapse file tree 4 files changed +52
-2
lines changed
src/main/resources/com/aventstack/extentreports/view Expand file tree Collapse file tree 4 files changed +52
-2
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+ <!-- timestamp format -->
24+ <timeStampFormat >MMM dd, yyyy HH:mm:ss</timeStampFormat >
25+
26+ <!-- settings to enable/disable views -->
27+ <enableCategoryView >true</enableCategoryView >
28+ <enableAuthorView >false</enableAuthorView >
29+ <enableExceptionView >true</enableExceptionView >
30+ <enableTestRunnerLogsView >true</enableTestRunnerLogsView >
31+
32+ <!-- custom javascript -->
33+ <scripts >
34+ <![CDATA[
35+ $(document).ready(function() {
36+
37+ });
38+ ]]>
39+ </scripts >
40+
41+ <!-- custom styles -->
42+ <styles >
43+ <![CDATA[
44+
45+ ]]>
46+ </styles >
47+
48+ </configuration >
49+ </extentreports >
Original file line number Diff line number Diff line change 11<style type =" text/css" >
2- ${config .getValue ("styles ")}
2+ < #if config.getValue("styles")?? > ${config .getValue ("styles ")}</ #if >
33</style >
Original file line number Diff line number Diff line change 1111 <link rel =" shortcut icon" href =" https://${cdnURI}${iconcommit}/commons/img/logo.png" >
1212 <link href =" https://${cdnURI}${csscommit}/spark/css/style.css" rel =" stylesheet" />
1313 <link href =" https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel =" stylesheet" >
14+ <style ><#include "../ ../commons /commons-inject-css .ftl"> </style >
1415</head >
Original file line number Diff line number Diff line change 11<script src =" https://${cdnURI}${jscommit}/spark/js/script.js" ></script >
22<#if config.containsKey("scripts") && config.getValue("scripts")?has_content >
3- <#include "../commons/commons-inject-js.ftl" >
3+ <#include "../../ commons/commons-inject-js.ftl" >
44</#if >
You can’t perform that action at this time.
0 commit comments