JUnitXmlReport

The JUnit XML files, commonly used to communicate results to CI servers.

See also

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun configure(cl: Closure): T
Link copied to clipboard
abstract fun getDisplayName(): String
A more descriptive name of this report.
Link copied to clipboard
abstract fun getEntryPoint(): File
Returns the entry point of a directory based Report This can be the index.
Link copied to clipboard
Decide to include or omit the system err log in the XML report.
Link copied to clipboard
Decide to include or omit the system out log in the XML report.
Link copied to clipboard
Whether reruns or retries of a test should be merged into a combined testcase.
Link copied to clipboard
abstract fun getName(): String
The symbolic name of this report.
Link copied to clipboard
@Internal(value = "Implementations need to add the correct annotation, @OutputDirectory or @OutputFile")
abstract fun getOutputLocation(): Property<out FileSystemLocation>
The location on the filesystem to generate the report to.
Link copied to clipboard
Always returns DIRECTORY
Link copied to clipboard
A flag that determines whether this report should be generated or not.
Link copied to clipboard
Should the output be associated with individual test cases instead of at the suite level.
Link copied to clipboard
abstract fun setOutputPerTestCase(outputPerTestCase: Boolean)
Should the output be associated with individual test cases instead of at the suite level.