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.
logLevel Log level for messages from the tests to include in the report. Must be one of: none, error, warn, warning, info, verbose, and debug. Messages at the given level or below will be included. No. Default is 'none'.