Skip to content

Instantly share code, notes, and snippets.

@testautomationtribe
Created October 15, 2016 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save testautomationtribe/67362468b74d1123d567400700d93de6 to your computer and use it in GitHub Desktop.
Save testautomationtribe/67362468b74d1123d567400700d93de6 to your computer and use it in GitHub Desktop.
<?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>TAT Automation</documentTitle>
<!-- report name - displayed at top-nav -->
<reportName>TAT Test Execution Report - </reportName>
<!-- report headline - displayed at top-nav, after reportHeadline -->
<reportHeadline>Regression Tests</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() {
});
]]>
</scripts>
<!-- custom styles -->
<styles>
<![CDATA[
.logo-content, nav{
background-color: #ff8f00;
}
.nav-right li {
border-left:0px;
font-size: 18px;
}
.nav-right li:last-child {
Display:none;
}
]]>
</styles>
</configuration>
</extentreports>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment