| Package | Description |
|---|---|
| net.thucydides.core.reports |
Thucydides generates reports in HTML and XML by default.
|
| net.thucydides.core.reports.json | |
| net.thucydides.core.reports.xml |
XML Report generation.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AcceptanceTestReporter> |
ReportService.getDefaultReporters()
The default reporters applicable for standard test runs.
|
List<AcceptanceTestReporter> |
ReportService.getSubscribedReporters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportService.subscribe(AcceptanceTestReporter reporter) |
| Constructor and Description |
|---|
ReportService(File outputDirectory,
Collection<AcceptanceTestReporter> subscribedReporters) |
ReportService(File outputDirectory,
Collection<AcceptanceTestReporter> subscribedReporters,
Collection<AcceptanceTestFullReporter> subscribedFullReporters,
EnvironmentVariables environmentVariables)
Reports are generated using the test results in a given directory.
|
ReportService(File outputDirectory,
Collection<AcceptanceTestReporter> subscribedReporters,
EnvironmentVariables environmentVariables) |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONTestOutcomeReporter |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLTestOutcomeReporter
Deprecated.
XML outputs are no longer supported.
|
Copyright © 2023. All rights reserved.