All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.artos.template.extent_configuration.xml Maven / Gradle / Ivy

Go to download

The Artos "ART OF SYSTEM TESTING" is a framework designed for regression, functional, integration, end to end and/or unit testing.

There is a newer version: 1.0.02
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<extentreports>
	<configuration>
		<theme>dark</theme>
		<encoding>UTF-8</encoding>
		<protocol>https</protocol>
		<documentTitle>ARTOS</documentTitle>
		<reportName>Automation Report</reportName>
		<testViewChartLocation>bottom</testViewChartLocation>
		<!-- custom javascript -->
		<scripts>
            <![CDATA[
                $(document).ready(function() {
                    $('#enableDashboard').click();
                }); 
            ]]>
		</scripts>

		<!-- custom styles -->
		<styles>
            <![CDATA[
                
            ]]>
		</styles>
	</configuration>
</extentreports>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy