Skip to content

Releases: storybookjs/test-runner

v0.24.0-next.0

11 Jun 13:22
Compare
Choose a tag to compare
v0.24.0-next.0 Pre-release
Pre-release

๐Ÿš€ Enhancement

๐Ÿ› Bug Fix

โš ๏ธ Pushed to next

Authors: 10

v0.23.0

11 Jun 13:15
Compare
Choose a tag to compare

๐Ÿš€ Enhancement

In Storybook 9, the accessibility addon has been enhanced with automated reporting capabilities and the Test-runner has out of the box support for it. If you have @storybook/addon-a11y installed, as long as you enable them via parameters, you will get a11y checks for every story:

// .storybook/preview.ts

const preview = {
  parameters: {
    a11y: {
      // 'error' will cause a11y violations to fail tests
      test: 'error', // or 'todo' or 'off'
    },
  },
};

export default preview;

If you had a11y tests set up previously for Storybook 8 (using axe-playwright and the test-runner hooks), you can uninstall axe-playwright and remove all the code from the test-runner hooks, as they are not necessary anymore.

๐Ÿ› Bug Fix

  • Add telemetry to test run #566 (@yannbf)
  • fix a11y report checking bug #562 (@yannbf)
  • Fix: Support a11y disable parameter #558 (@yannbf)
  • Replace @storybook/csf with storybook's internal csf implementation #556 (@yannbf)

Authors: 2

v0.23.0-next.4

07 Jun 16:13
3b3ebeb
Compare
Choose a tag to compare
v0.23.0-next.4 Pre-release
Pre-release

๐Ÿ› Bug Fix

Authors: 1

v0.22.1

07 Jun 16:04
Compare
Choose a tag to compare

๐Ÿ› Bug Fix

Authors: 1

v0.23.0-next.3

25 May 12:22
5f51026
Compare
Choose a tag to compare
v0.23.0-next.3 Pre-release
Pre-release

๐Ÿ› Bug Fix

Authors: 1

v0.23.0-next.2

15 May 07:59
Compare
Choose a tag to compare
v0.23.0-next.2 Pre-release
Pre-release

โš ๏ธ Pushed to next

  • Revert "Send telemetry after test completion" (@tmeasday)
  • Send telemetry after test completion (@tmeasday)

Authors: 1

v0.23.0-next.1

01 May 08:04
031263f
Compare
Choose a tag to compare
v0.23.0-next.1 Pre-release
Pre-release

๐Ÿ› Bug Fix

Authors: 1

v0.23.0-next.0

30 Apr 10:22
2569a2e
Compare
Choose a tag to compare
v0.23.0-next.0 Pre-release
Pre-release

๐Ÿš€ Enhancement

  • Add out of the box support for a11y tests #557 (@yannbf)

Authors: 1

v0.22.1-next.0

24 Apr 07:48
02a52f7
Compare
Choose a tag to compare
v0.22.1-next.0 Pre-release
Pre-release

๐Ÿ› Bug Fix

  • Replace @storybook/csf with storybook's internal csf implementation #556 (@yannbf)

Authors: 1

v0.22.0

28 Feb 09:55
Compare
Choose a tag to compare

๐Ÿš€ Enhancement

๐Ÿ› Bug Fix

Authors: 4