Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build-webtest.xml « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a03b36cb316fcdfec3ae881d86ed57c5fa50a362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<project name="webtest" default="webtest" basedir=".">

	<property file="webtest/config/webtest.properties"/>
	<echo>${wt.home}</echo>
	<import file="${wt.home}/webtest.xml" optional="true" description="Import all functionalities for a full build"/>

	<property name="wt.testInWork" value="webtest/test_suite"/>
	<property name="wt.config.resultfile" value="webtestResults.xml"/>	
	<property name="wt.config.resultpath" location="results"/>
	<property name="wt.config.summary" value="true"/>
	<property name="wt.config.showhtmlparseroutput" value="true"/>

	<target name="webtest" depends="wt.full"/>

</project>