public class SerenityReporter
extends java.lang.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(net.thucydides.core.webdriver.Configuration systemConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<net.thucydides.core.model.TestOutcome> |
getAllTestOutcomes() |
void |
setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher) |
public SerenityReporter()
public SerenityReporter(net.thucydides.core.webdriver.Configuration systemConfiguration)
public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher)
setEventPublisher in interface io.cucumber.plugin.ConcurrentEventListenerpublic java.util.List<net.thucydides.core.model.TestOutcome> getAllTestOutcomes()