Webtest WebTest GitHub Home

Extension Step countWebtestResults

Description

This ANT task counts the WebTest results in the provided result file and can produce a build failure when some webtests have failed

Parameters

resultFile
Required? yes
the file containing the WebTest results
description
Required? no
The description of this test step.
failOnError
Required? no, default is true
Stops the build process if a webtest failed.
failureProperty
Required? no
The name of the Ant property that will be set with the numbers of failures. The property is not set if no failure was found.
successProperty
Required? no
The name of the Ant property that will be set with the numbers of successful webtests. The property is not set if no successful test was found.