Skip to content

Releases: webdriverio/visual-testing

Type fix

21 May 06:18

Choose a tag to compare

This release fixes a type issue for TypeScript, see #43

Contains:

  • fix: fix typings for hide and remove elements 68d407b

v1.13.4...v1.13.5

Revert breaking change

07 May 06:24

Choose a tag to compare

This release reverts breaking changes by reverting back to fs-extra 8 and chalk 3 because they dropped support of NodeJS 8 in newer versions

Contains:

  • Merge pull request #41 from wswebcreation/fix/revert-breaking-changes b80942d
  • fix: revert breaking changes in core-module 39d2f80

v1.13.3...v1.13.4

Bug fix

06 May 11:12

Choose a tag to compare

This release fixes a bug in disableCSSAnimation which broke transform-Transformations (wswebcreation/webdriver-image-comparison#69), thanks michael42 for the PR

Contains:

  • chore(deps): update core to latest cfd3a0c

v1.13.2...v1.13.3

Bug fix

02 May 06:38

Choose a tag to compare

This pr fixes hide-remove functionality for the dev-tools protocol, thanks to Kevin Lakotko

Contains:

  • fix: update deps and readme 3dcfb23
  • Merge pull request #37 from wswebcreation/v6 16230d3
  • chore: add support and images for iPad OS 13+ a58a7df
  • fix(deps): update dependencies to fix some issues 74608a7
  • chore: disbale 3rd generation iPad ced3323
  • chore(deps): update to latest version of WDIOV6 891855e

v1.13.1...v1.13.2

Fix new iPad support

25 Apr 16:16

Choose a tag to compare

This release fixes issue #36, thanks to Sean El-Sayed

Contains:

  • fix(deps): update dependencies to fix some issues 6a2c19b

v1.13.0...v1.13.1

2 fixes

18 Apr 08:13

Choose a tag to compare

This release fixes 2 issues:

image

  • Disabled elements on the page should not be tabbed: #34

and update the dependencies.

Contains:

  • fix(deps): update dependencies to fix some issues 3610e0c

v1.12.2...v1.13.0

Fix: Update TypeScript types

11 Mar 17:55

Choose a tag to compare

This release is a fix on the TypeSript Types. They should now all work and should give warnings on the options, see
image
image
image

and on the output

image
image

Contains:

  • Merge pull request #27 from wswebcreation/feat/add-all-typings 788116d
  • feat: add all types f6b11a8

v1.12.1...v1.12.2

v1.12.1

01 Mar 17:19

Choose a tag to compare

This release fixes issue wswebcreation/webdriver-image-comparison#52 regarding the error around Cannot set property 'visibility' of undefined where the provided element was not an HTMLElement but a WebdriverElement (from for example Puppeteer.)

Contains:

  • Merge remote-tracking branch 'origin/master' 97370e5
  • fix: fix issue 52 for webdriver-image-comparison 1f6980b
  • Merge pull request #23 from ovidubya/add-remote-example c03c7e1
  • update readme remote usage 701d1a2
  • update readme 23f8803
  • Update README.md 7061198

v1.12.0...v1.12.1

Add tabbable accessibility check

24 Feb 19:01

Choose a tag to compare

Friends-episode-16-friends-tv-the-one-with-fake-party-Za2odM4y39pa7h5PAv

This PR adds 2 new methods to the module that will help you verify if your website is accessible by using the TAB-key. I can talk for hours about it, but just check the docs to see how it works.

Happy testing!

Contains:

  • Merge pull request #22 from wswebcreation/feat/accessibility-lines a473fb0
  • feat: update webdriver-image-comparison c186ea8
  • chore: update docs and methods ff01954
  • test: add tabbable baseline images afa94c3
  • chore: remove logic from module and rely on webdriver-image-comparison 5875ba2
  • feat: add options and optimize drawing on canvas 422e281
  • feat: add initial setup of tabbable lines 04928a3
  • Update README.md 7ba09f6
  • Update README.md 59d7051

v1.11.0...v1.12.0

New features

20 Feb 16:50

Choose a tag to compare

This PR contains:

{
  "compilerOptions": {
    "types": [
      "wdio-image-comparison-service"
    ]
  }
}
  • Official support for Chrome DevTools with this module

Contains:

  • Merge pull request #20 from mvgiacomello/fix/issue-18-typescript-support 37a3b42
  • Merge pull request #21 from wswebcreation/feat/support-puppeteer 1473b65
  • feat: add chrome devtools support c576d52
  • Adding typescript types to the library. Readme changes included. fd419bf

v1.10.0...v1.11.0