Releases: Widen/expect-axe-playwright
Releases · Widen/expect-axe-playwright
Release list
v4.1.3
v4.1.2
Patch Changes
- 1a592d7: Update
axe-reporter-htmldependency
v4.1.1
Patch Changes
- 6e21b8b: remove npmRegistryServer
v4.1.0
Minor Changes
- ca7f25b: Update dependencies
v4.0.1
Patch Changes
- Fix missing TypeScript types.
v4.0.0
Major Changes
- ea84151: Update to ESM-first. CommonJS is still supported.
v3.0.0
Major Changes
-
dc66d1c: Rename toBeAccessible to toPassAxe (#24)
-expect(page).toBeAccessible() +expect(page).toPassAxe()
The README explains why it's inaccurate to suggest that automated checks can
tell you if a page is accessible.To update your code to be compatible with this major change, find and replace
all calls totoBeAccessiblewithtoPassAxe.
Minor Changes
- af9d4c8: Allow matcher to accept Axe results object
v2.2.1
Patch Changes
- 7ad6287: Inject axe even if there is an element with an id of
axe.
v2.2.0
Minor Changes
- b1b5d23: Support custom report filenames via toBeAccessible
v2.1.0
Minor Changes
- aaedb48: Update HTML report output.