Package org.citrusframework.yaks.report
Class TestReporter
- java.lang.Object
-
- com.consol.citrus.cucumber.CitrusReporter
-
- org.citrusframework.yaks.report.TestReporter
-
- All Implemented Interfaces:
io.cucumber.plugin.ColorAware,io.cucumber.plugin.ConcurrentEventListener,io.cucumber.plugin.Plugin,io.cucumber.plugin.SummaryPrinter
public class TestReporter extends com.consol.citrus.cucumber.CitrusReporterReporter writing test results summary to termination log. This information will be accessible via pod container status details.- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description TestReporter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.nio.file.PathgetTerminationLog()voidsetEventPublisher(io.cucumber.plugin.event.EventPublisher publisher)
-
-
-
Method Detail
-
setEventPublisher
public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher)
- Specified by:
setEventPublisherin interfaceio.cucumber.plugin.ConcurrentEventListener- Overrides:
setEventPublisherin classcom.consol.citrus.cucumber.CitrusReporter
-
getTerminationLog
public static java.nio.file.Path getTerminationLog()
-
-