Generates an HTML test report from the results of one or more Test tasks.
Type | Name and description |
---|---|
File |
getDestinationDir() Returns the directory to write the HTML report to. |
FileCollection |
getTestResultDirs() Returns the set of binary test results to include in the report. |
void |
reportOn(Object... results) Adds some results to include in the report. |
void |
setDestinationDir(File destinationDir) Sets the directory to write the HTML report to. |
void |
setTestResultDirs(Iterable<File> testResultDirs) Sets the binary test results to use to include in the report. |
Returns the directory to write the HTML report to.
Returns the set of binary test results to include in the report.
Adds some results to include in the report.
This method accepts any parameter of the given types:
results
- The result objects.Sets the directory to write the HTML report to.