Releases: concordion/concordion-screenshot-extension
Releases · concordion/concordion-screenshot-extension
1.3.0
1.2.0
-
Updated to Concordion 2.0.0
-
Updated ScreenshotTaker interface for consistency with the StoryboardExtension. The signature of the
writeScreenshotTo
method now returns aDimension
containing width and height, rather than anint
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 theSeleniumScreenshotTaker
in the concordion-screenshot-extension-demo project.