diff options
author | JulienBe <julien.bertozzi@intl.att.com> | 2020-09-03 17:09:46 +0200 |
---|---|---|
committer | Xue Gao <xg353y@intl.att.com> | 2020-09-07 12:18:23 +0000 |
commit | 61663b92910868a4de51c6fe9a7cef7da96da7e9 (patch) | |
tree | 86085699100a83f9de49375b635596601b55502d /ui-ci/src/main/resources/ci/conf/extent-config.xml | |
parent | bcee4648917b2442f51a75639708bad4cd0fe4ad (diff) |
Optimize Build
Optimize the log output
Issue-ID: SDC-3232
Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
Change-Id: I50cfb7119b1e9087d3e2db56a81fe47df4ad6254
Diffstat (limited to 'ui-ci/src/main/resources/ci/conf/extent-config.xml')
-rw-r--r-- | ui-ci/src/main/resources/ci/conf/extent-config.xml | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/ui-ci/src/main/resources/ci/conf/extent-config.xml b/ui-ci/src/main/resources/ci/conf/extent-config.xml deleted file mode 100644 index 4eb7f681aa..0000000000 --- a/ui-ci/src/main/resources/ci/conf/extent-config.xml +++ /dev/null @@ -1,50 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<extentreports> - <configuration> - <!-- report theme --> - <!-- standard, dark --> - <theme>standard</theme> - - <!-- document encoding --> - <!-- defaults to UTF-8 --> - <encoding>UTF-8</encoding> - - <!-- protocol for script and stylesheets --> - <!-- defaults to https --> - <protocol>https</protocol> - - <!-- title of the document --> - <documentTitle>ASDC Automation Report</documentTitle> - - <!-- report name - displayed at top-nav --> - <reportName> ASDC Automation Report </reportName> - - <!-- report headline - displayed at top-nav, after reportHeadline --> - <reportHeadline></reportHeadline> - - <!-- global date format override --> - <!-- defaults to yyyy-MM-dd --> - <dateFormat>yyyy-MM-dd</dateFormat> - - <!-- global time format override --> - <!-- defaults to HH:mm:ss --> - <timeFormat>HH:mm:ss</timeFormat> - - <!-- custom javascript --> - <scripts> - <![CDATA[ - $(document).ready(function() { - $('.logo-content' ).remove(); - $('.charts div:nth-child(2)').remove(); - }); - ]]> - </scripts> - - <!-- custom styles --> - <styles> - <![CDATA[ - .report-name {padding-top: 1px; font-size: 15px; font-weight: bold;} - ]]> - </styles> - </configuration> -</extentreports>
\ No newline at end of file |