@API(status=STABLE) public interface EventListener extends Plugin
When cucumber executes test in parallel or in a framework
that supports parallel execution (e.g. JUnit or TestNG)
Events are stored and published in
canonical order after the test run has completed.
Event,
ConcurrentEventListener| Modifier and Type | Method and Description |
|---|---|
void |
setEventPublisher(EventPublisher publisher)
Set the event publisher.
|
void setEventPublisher(EventPublisher publisher)
publisher - the event publisherCopyright © 2020. All rights reserved.