Class 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.CitrusReporter
    Reporter writing test results summary to termination log. This information will be accessible via pod container status details.
    Author:
    Christoph Deppisch
    • Field Summary

      • Fields inherited from class com.consol.citrus.cucumber.CitrusReporter

        SUITE_NAME
    • 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.Path getTerminationLog()  
      void setEventPublisher​(io.cucumber.plugin.event.EventPublisher publisher)  
      • Methods inherited from class com.consol.citrus.cucumber.CitrusReporter

        setMonochrome
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestReporter

        public TestReporter()
    • Method Detail

      • setEventPublisher

        public void setEventPublisher​(io.cucumber.plugin.event.EventPublisher publisher)
        Specified by:
        setEventPublisher in interface io.cucumber.plugin.ConcurrentEventListener
        Overrides:
        setEventPublisher in class com.consol.citrus.cucumber.CitrusReporter
      • getTerminationLog

        public static java.nio.file.Path getTerminationLog()