public class PrettyReports extends Object implements io.cucumber.plugin.Plugin, io.cucumber.plugin.EventListener
| Modifier | Constructor and Description |
|---|---|
|
PrettyReports() |
|
PrettyReports(File outputDir) |
protected |
PrettyReports(File outputDir,
File jsonFile) |
protected |
PrettyReports(File outputDir,
File jsonFile,
io.cucumber.plugin.EventListener delegateJsonEventListener) |
| Modifier and Type | Method and Description |
|---|---|
protected static io.cucumber.plugin.EventListener |
createJsonEventListener(File jsonFile) |
protected static File |
createTempFileDeletedOnExit() |
protected io.cucumber.plugin.event.EventHandler<io.cucumber.plugin.event.TestRunFinished> |
generatePrettyReport(File jsonFile) |
protected static void |
generatePrettyReport(File jsonFile,
File outputDir) |
void |
setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher) |
protected PrettyReports(File outputDir, File jsonFile) throws Exception
Exceptionprotected static File createTempFileDeletedOnExit() throws IOException
IOExceptionprotected static io.cucumber.plugin.EventListener createJsonEventListener(File jsonFile)
public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher)
setEventPublisher in interface io.cucumber.plugin.EventListenerprotected io.cucumber.plugin.event.EventHandler<io.cucumber.plugin.event.TestRunFinished> generatePrettyReport(File jsonFile)
Copyright © 2021. All rights reserved.