Class TimelineFormatter

java.lang.Object
io.cucumber.core.plugin.TimelineFormatter
All Implemented Interfaces:
io.cucumber.plugin.ConcurrentEventListener, io.cucumber.plugin.Plugin

public final class TimelineFormatter extends Object implements io.cucumber.plugin.ConcurrentEventListener
Writes a timeline of scenario execution.

Note: The report is only written once the test run is finished.

  • Constructor Details

  • Method Details

    • setEventPublisher

      public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher)
      Specified by:
      setEventPublisher in interface io.cucumber.plugin.ConcurrentEventListener