extent-config.xml

extent-config.xml for extent reports 

********************************************************

Here is the Maven Dependency

********************************************************


<!-- https://mvnrepository.com/artifact/com.relevantcodes/extentreports -->

<dependency>

<groupId>com.relevantcodes</groupId>

<artifactId>extentreports</artifactId>

<version>2.41.2</version>

</dependency>


*******************************************************************

<?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>API Testing Report</documentTitle>

    

    <!-- report name - displayed at top-nav -->

    <reportName></reportName>

    

    <!-- report headline - displayed at top-nav, after reportHeadline -->

    <reportHeadline>API Application Report</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[

        

      ]]>

    </styles>

  </configuration>

</extentreports>

No comments:

Post a Comment