@axe-core/watcher Package Release Notes

Link to @axe-core/watcher Package Release Notes copied to clipboard

Release notes describing the changes in the @axe-core/watcher package for version 3.0.0 and later

Free Trial

3.6.0 (February 29, 2024)

  • In the Cypress integration, prevent after:run events if no tests ran.
  • Changed the download URL format for Chromedriver because the Chromedriver team moved to a new hosting solution. Impacts WebdriverIO.

3.5.0 (January 22, 2024)

  • Fixed a problem where calling Playwright's Page.goto() method would incorrectly record two page states.
  • Fixed a problem in the Cypress integration that caused certain user configurations of setupNodeEvents to be ignored.
  • Added eventemitter3 as a required dependency.
  • Wrapped some Playwright methods that hadn't been wrapped before.

3.4.0 (December 7, 2023)

  • Fixed a problem where page states were lost or errors occurred when tests caused page navigations.
  • Removed some redundant code from the Cypress integration.

3.1.0 (September 14, 2023)

  • All integrations now allow --headless=new.

3.0.0 (September 8, 2023)

To address cases where analyze() was unexpectedly not called, the following functions needed to be deprecated and replaced:

Deprecated function New function
wrapPlaywright(browserContext, controller) wrapPlaywrightPage(page, controller)
wrapPuppeteer(context, controller) wrapPuppeteerPage(page, controller)

Using the deprecated functions will throw an error.