Releases: webdriverio/visual-testing
Type fix
Revert breaking change
Bug fix
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
Bug fix
This pr fixes hide-remove functionality for the dev-tools protocol, thanks to Kevin Lakotko
Contains:
Fix new iPad support
This release fixes issue #36, thanks to Sean El-Sayed
Contains:
- fix(deps): update dependencies to fix some issues 6a2c19b
2 fixes
This release fixes 2 issues:
- Screenshot fail gracefully when removeElements non-existing wswebcreation/webdriver-image-comparison#57. It will now show a warning in the logs like this
- Disabled elements on the page should not be tabbed: #34
and update the dependencies.
Contains:
- fix(deps): update dependencies to fix some issues 3610e0c
Fix: Update TypeScript types
v1.12.1
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:
Add tabbable accessibility check
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
New features
This PR contains:
- Typescript support, thanks to Mauricio Giacomello. Just add this to your
tsconfig.json:
{
"compilerOptions": {
"types": [
"wdio-image-comparison-service"
]
}
}- Official support for Chrome DevTools with this module
Contains:






