org.jbehave.web.selenium
Class WebDriverHtmlOutput

java.lang.Object
  extended by org.jbehave.core.reporters.PrintStreamOutput
      extended by org.jbehave.core.reporters.HtmlOutput
          extended by org.jbehave.web.selenium.WebDriverHtmlOutput
All Implemented Interfaces:
org.jbehave.core.reporters.StoryReporter

public class WebDriverHtmlOutput
extends org.jbehave.core.reporters.HtmlOutput

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

WEB_DRIVER_HTML

public static final org.jbehave.core.reporters.Format WEB_DRIVER_HTML
Constructor Detail

WebDriverHtmlOutput

public WebDriverHtmlOutput(PrintStream output)

WebDriverHtmlOutput

public WebDriverHtmlOutput(PrintStream output,
                           Properties outputPatterns)

WebDriverHtmlOutput

public WebDriverHtmlOutput(PrintStream output,
                           org.jbehave.core.configuration.Keywords keywords)

WebDriverHtmlOutput

public WebDriverHtmlOutput(PrintStream output,
                           Properties outputPatterns,
                           org.jbehave.core.configuration.Keywords keywords)

WebDriverHtmlOutput

public WebDriverHtmlOutput(PrintStream output,
                           Properties outputPatterns,
                           org.jbehave.core.configuration.Keywords keywords,
                           boolean reportFailureTrace)


Copyright © 2012. All Rights Reserved.