public class SerenityReporter extends Object implements io.cucumber.plugin.Plugin, io.cucumber.plugin.ConcurrentEventListener
| Constructor and Description |
|---|
SerenityReporter()
Constructor automatically called by cucumber when class is specified as plugin
in @CucumberOptions.
|
SerenityReporter(Configuration systemConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
List<TestOutcome> |
getAllTestOutcomes() |
void |
setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher) |
public SerenityReporter()
public SerenityReporter(Configuration systemConfiguration)
public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher)
setEventPublisher in interface io.cucumber.plugin.ConcurrentEventListenerpublic List<TestOutcome> getAllTestOutcomes()
Copyright © 2023. All rights reserved.