|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbehave.core.reporters.PrintStreamOutput org.jbehave.core.reporters.HtmlOutput org.jbehave.web.selenium.WebDriverHtmlOutput
public class WebDriverHtmlOutput
This variation to HtmlOutput inlines a screenshot of the failure taken by WebDriver.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jbehave.core.reporters.PrintStreamOutput |
---|
org.jbehave.core.reporters.PrintStreamOutput.Format |
Field Summary | |
---|---|
static org.jbehave.core.reporters.Format |
WEB_DRIVER_HTML
|
Constructor Summary | |
---|---|
WebDriverHtmlOutput(PrintStream output)
|
|
WebDriverHtmlOutput(PrintStream output,
org.jbehave.core.configuration.Keywords keywords)
|
|
WebDriverHtmlOutput(PrintStream output,
Properties outputPatterns)
|
|
WebDriverHtmlOutput(PrintStream output,
Properties outputPatterns,
org.jbehave.core.configuration.Keywords keywords)
|
|
WebDriverHtmlOutput(PrintStream output,
Properties outputPatterns,
org.jbehave.core.configuration.Keywords keywords,
boolean reportFailureTrace)
|
Method Summary |
---|
Methods inherited from class org.jbehave.core.reporters.PrintStreamOutput |
---|
afterExamples, afterScenario, afterStory, beforeExamples, beforeScenario, beforeStep, beforeStory, compressFailureTrace, doCompressFailureTrace, doReportFailureTrace, dryRun, escape, example, failed, failedOutcomes, format, formatTable, givenStories, givenStories, ignorable, lookupPattern, narrative, notPerformed, overwritePattern, pending, pendingMethods, print, reportFailureTrace, restarted, scenarioMeta, scenarioNotAllowed, storyCancelled, storyNotAllowed, successful, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final org.jbehave.core.reporters.Format WEB_DRIVER_HTML
Constructor Detail |
---|
public WebDriverHtmlOutput(PrintStream output)
public WebDriverHtmlOutput(PrintStream output, Properties outputPatterns)
public WebDriverHtmlOutput(PrintStream output, org.jbehave.core.configuration.Keywords keywords)
public WebDriverHtmlOutput(PrintStream output, Properties outputPatterns, org.jbehave.core.configuration.Keywords keywords)
public WebDriverHtmlOutput(PrintStream output, Properties outputPatterns, org.jbehave.core.configuration.Keywords keywords, boolean reportFailureTrace)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |