Class NoUrlLoggingWebDriverScreenshotRule

java.lang.Object
org.junit.rules.TestWatcher
com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
com.atlassian.confluence.webdriver.rules.NoUrlLoggingWebDriverScreenshotRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class NoUrlLoggingWebDriverScreenshotRule extends com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
This clumsy hack might stop the WebDriverScreenshotRule choking on modals.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    failed(Throwable e, org.junit.runner.Description description)
     

    Methods inherited from class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule

    artifactDir, starting, takeManualScreenshotAndSource, takeManualScreenshotAndSource

    Methods inherited from class org.junit.rules.TestWatcher

    apply, finished, skipped, skipped, succeeded

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NoUrlLoggingWebDriverScreenshotRule

      @Inject public NoUrlLoggingWebDriverScreenshotRule()
  • Method Details

    • failed

      protected void failed(Throwable e, org.junit.runner.Description description)
      Overrides:
      failed in class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule