Package io.qameta.allure.retry
Class RetryPlugin
java.lang.Object
io.qameta.allure.retry.RetryPlugin
- All Implemented Interfaces:
io.qameta.allure.Aggregator2,io.qameta.allure.Extension
The plugin that process test retries.
- Since:
- 2.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RETRY_BLOCK_NAME
- See Also:
-
-
Constructor Details
-
RetryPlugin
public RetryPlugin()
-
-
Method Details
-
aggregate
public void aggregate(io.qameta.allure.core.Configuration configuration, List<io.qameta.allure.core.LaunchResults> launchesResults, io.qameta.allure.ReportStorage storage) - Specified by:
aggregatein interfaceio.qameta.allure.Aggregator2
-