Skip to content

Releases: Widen/expect-axe-playwright

v4.1.3

Choose a tag to compare

@github-actions github-actions released this 24 Jun 16:45
46dad1b

Patch Changes

  • 907c6f1: Fix compatibility with Playwright 1.60, which renamed the 'Locator' class to
    '_Locator'.

v4.1.2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 16:35
31873cb

Patch Changes

  • 1a592d7: Update axe-reporter-html dependency

v4.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Apr 19:20
de05104

Patch Changes

  • 6e21b8b: remove npmRegistryServer

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Apr 18:27
d55d6fc

Minor Changes

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Feb 02:15
4c2be94

Patch Changes

  • Fix missing TypeScript types.

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 03:24
a692635

Major Changes

  • ea84151: Update to ESM-first. CommonJS is still supported.

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Sep 22:02
50ca470

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 to toBeAccessible with toPassAxe.

Minor Changes

  • af9d4c8: Allow matcher to accept Axe results object

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 16:29
35b33fc

Patch Changes

  • 7ad6287: Inject axe even if there is an element with an id of axe.

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 16:45

Minor Changes

  • b1b5d23: Support custom report filenames via toBeAccessible

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 15:28
0439704

Minor Changes

  • aaedb48: Update HTML report output.