extent-config.xml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <extentreports>
  3. <configuration>
  4. <!-- report theme -->
  5. <!-- standard, dark -->
  6. <theme>dark</theme>
  7. <!-- document encoding -->
  8. <!-- defaults to UTF-8 -->
  9. <encoding>UTF-8</encoding>
  10. <!-- protocol for script and stylesheets -->
  11. <!-- defaults to https -->
  12. <protocol>https</protocol>
  13. <!-- title of the document -->
  14. <documentTitle>Extent</documentTitle>
  15. <!-- report name - displayed at top-nav -->
  16. <reportName>Automation Report</reportName>
  17. <!-- location of charts in the test view -->
  18. <!-- top, bottom -->
  19. <testViewChartLocation>bottom</testViewChartLocation>
  20. <!-- custom javascript -->
  21. <scripts>
  22. <![CDATA[
  23. $(document).ready(function() {
  24. });
  25. ]]>
  26. </scripts>
  27. <!-- custom styles -->
  28. <styles>
  29. <![CDATA[
  30. ]]>
  31. </styles>
  32. </configuration>
  33. </extentreports>