Plain AntUnit Listener

Description

Writes reports similar to the "plain" JUnit formatter.

Parameters

Attribute Description Required
sendLogTo Where the output will be written to. Valid values are "ant" for Ant's logging system, "file" for a file and "both" for either of both. Defaults to "ant". No.
toDir Directory where testreports will be written to if writing to a file. Defaults to the project's basedir. No.