Skip to content

Releases: concordion/concordion-screenshot-extension

1.3.0

15 Jul 00:13
Compare
Choose a tag to compare

Updated to cater for API deprecation in Concordion 2.2.0

1.2.0

10 Apr 00:32
Compare
Choose a tag to compare
  • Updated to Concordion 2.0.0

  • Updated ScreenshotTaker interface for consistency with the StoryboardExtension. The signature of the writeScreenshotTo method now returns a Dimension containing width and height, rather than an int with just the width:

    Dimension writeScreenshotTo(OutputStream outputStream) throws IOException

    This is a breaking change for those implementing their own ScreenshotTaker. There is an updated version of the SeleniumScreenshotTaker in the concordion-screenshot-extension-demo project.