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

common_pages.xml « modules « testcases « webtest « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf888b61d8b28c52aedffacd15c35e2b0f942ef8 (plain)
1
2
3
4
5
6
7
8
			<enableJavaScript description="Disable JS verification for external resources" enable="false" />
				<ifStep description="production tests" test="${wt.config.verifyLinks}">
					<verifyLinks />	
				</ifStep>
				<ifStep description="production tests" test="${wt.config.verifyImages}">
					<verifyImages />
				</ifStep>
			<enableJavaScript description="Turn back JS verification for further testing" enable="true" />