Package io.qameta.allure
Interface Aggregator2
- All Superinterfaces:
Extension
- All Known Implementing Classes:
CommonCsvExportAggregator2,CommonJsonAggregator2,CommonMetricAggregator2,CompositeAggregator2
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Aggregator extension. Can be used to process results and/or generate
some data to report directory.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidaggregate(Configuration configuration, List<LaunchResults> launchesResults, ReportStorage storage) Process report data.
-
Method Details
-
aggregate
void aggregate(Configuration configuration, List<LaunchResults> launchesResults, ReportStorage storage) Process report data.- Parameters:
configuration- the report configuration.launchesResults- all the parsed test results.storage- the report storage.
-