Skip to content

Releases: chanzuckerberg/axe-storybook-testing

v3.0.1

03 Mar 21:48
Compare
Choose a tag to compare
v3.0.1

v3.0.0

02 Mar 18:53
Compare
Choose a tag to compare
v3.0.0

v2.0.1

22 Jan 18:04
Compare
Choose a tag to compare
v2.0.1

v2.0.0

04 Jan 14:54
Compare
Choose a tag to compare
v2.0.0

v1.3.0

27 Oct 20:45
Compare
Choose a tag to compare

Features

  • Add --pattern option - #4

Maintenance

  • Add .nvmrc file - #3

v1.2.0

13 Oct 12:34
Compare
Choose a tag to compare

Features

  • Add --timeout option

Bugfixes

  • Update all dependencies
  • Only parse CLI options once

Maintenance

  • Remove unnecessary dev dependencies

v1.1.2

25 Sep 16:06
Compare
Choose a tag to compare

Bugfixes

  • Use Result.isPassing to determine if a result... is passing

Maintenance

  • Update documentation
  • Add .node-version file
  • Add demo:setup script to make local testing easier

v1.1.1

23 Sep 18:03
Compare
Choose a tag to compare

This release is the same as v1.1.0, but the repo/package has been renamed from axe-storybook to axe-storybook-testing. The new name hopefully better reflects what it does.

v1.1.0

23 Sep 16:16
Compare
Choose a tag to compare

Features

  • Start up Chromium with --force-prefers-reduced-motion, to help prevent animations from causing flakiness. Unfortunately, this doesn't do anything for Firefox or Webkit.

v1.0.0

20 Sep 23:54
Compare
Choose a tag to compare

v1 release! 🎉

Breaking

  • Rename --build_dir option to --build-dir

Features

  • Improve performance by around 5x, by using Storybook's client API to render stories, instead of page navigations.

Bugfixes

  • Disable the 'bypass' rule by default.
  • Force one call to axe.run to finish before the next can start, preventing dequelabs/axe-core#1041 when things go wrong in a test.

Maintenance

  • Update dependencies.
  • Change the Mocha reporter to "spec".
  • Add integration tests.
  • Use types from @storybook/client-api, instead of writing our own, for story data.