Skip to content

Releases: chanzuckerberg/axe-storybook-testing

v0.2.1

16 Sep 14:17
Compare
Choose a tag to compare

Features

  • Group checks by the stories's component title

Bugfixes

  • Ensure the top-level Mocha describe is displayed, by waiting to "write" the tests until the stories have been found

v0.2.0

15 Sep 01:42
Compare
Choose a tag to compare

Breaking

  • Remove --debug option

Features

  • Add --headless option (defaults to true)
  • Add --browser option (defaults to chromium. Accepts chromium, firefox, or webkit)
  • Display the violating html in results

Bugfixes

  • Don't log undefined to the console when there are test failures

Maintenance

  • Switch to Playwright, instead of Puppeteer
  • Remove AxePuppeteer, and write our own AxePlaywright integration
  • Write Mocha tests, instead of doing our own formatting of results

v0.1.0

12 Sep 01:17
Compare
Choose a tag to compare

Initial release!