Releases: zinserjan/wdio-visual-regression-service
Releases · zinserjan/wdio-visual-regression-service
v0.9.0
- Support Spectre as visual regression method (#66, #77)
- Process image operations in parallel (#76)
- Provide all test information into context (#47)
- Support Cucumber (#75)
v0.8.0
Breaking Changes
- Allow viewport configuration (#40)
- Bump wdio-screenshot for iOS screencaps without shadow (#44)
v0.7.0
- bump version of wdio-screenshot to support retina & iOS (#36)
v0.6.0
- do not update reference image if screenshot is within tolerance (#33)
- support latest firefox via screenshot stitching (#35)
v0.5.0
- fix problems with incorrect viewport sizes (#23)
- add a way to save only reference screenshots (#27)
v0.4.0
- Add option to set widths/orientations globally (#13)
v0.3.0
- GraphicsMagick is no longer required. wdio-screenshot uses Jimp when GraphicsMagick isn't installed. (#12)
- Add a short blurb that links an example repo using wdio-visual-regression-service (#11)
v0.2.0
- add option
misMatchTolerance
(#4)
- add option
viewportChangePause
(#5)
- delete obsolete diff images (#6)
v0.1.1
- v0.1.0 hit an packaging bug. This is a repackaging with fixed files.