Skip to content

Releases: storybookjs/test-runner

v0.6.0-next.4

23 Aug 09:11
358e10d
Compare
Choose a tag to compare
v0.6.0-next.4 Pre-release
Pre-release

๐Ÿ› Bug Fix

Authors: 1

v0.6.0-next.3

22 Aug 13:38
97276b0
Compare
Choose a tag to compare
v0.6.0-next.3 Pre-release
Pre-release

Release Notes

fix --watch cli option (#168)

Fixes

The --watch flag was previously not working, and now it's fixed.


๐Ÿ› Bug Fix

Authors: 1

v0.6.0-next.2

22 Aug 12:05
1531285
Compare
Choose a tag to compare
v0.6.0-next.2 Pre-release
Pre-release

Release Notes

feat: throw error on unconfigured coverage when running with --coverage (#166)

Features

The test runner now throws an error when running yarn test-storybook --coverage and the coverage is not correctly set up. This could mean that an user might be running --coverage without instrumenting their code with istanbul, which would lead to problems!


๐Ÿ› Bug Fix

  • feat: throw error on unconfigured coverage when running with --coverage #166 (@yannbf)
  • Document new cli options #167 (@yannbf)
  • Add nightly check for failures #165 (@yannbf)
  • Update stories in example Storybook #164 (@yannbf)
  • use storybook@future on nightly script #162 (@yannbf)

Authors: 1

v0.6.0-next.1

05 Aug 15:02
847a1c7
Compare
Choose a tag to compare
v0.6.0-next.1 Pre-release
Pre-release

Release Notes

feat: add console logs on test failure (#157)

Features

feat: add console logs on test failure
This version adds console logs to the output of failed tests, in order to as provide as much information as possible to help you diagnose your issues.


๐Ÿš€ Enhancement

  • feat: add console logs on test failure #157 (@yannbf)

Authors: 1

v0.6.0-next.0

05 Aug 11:36
561bc7a
Compare
Choose a tag to compare
v0.6.0-next.0 Pre-release
Pre-release

Release Notes

feat: jest 28 support (#154)

Features

This release updates jest-playwright to version 2.0.0 which adds support for Jest 28. In order to maintain backwards compatibility with Jest 27, you might have to take a few steps in case you are installing the test runner for the first time, or if you don't keep package locks in your project.

You can find more info at https://github.com/storybookjs/test-runner#jest-27-support


๐Ÿš€ Enhancement

Authors: 2

v0.5.1-next.0

27 Jul 11:14
Compare
Choose a tag to compare
v0.5.1-next.0 Pre-release
Pre-release

โš ๏ธ Pushed to next

  • docs(README): add coverage recipes (@yannbf)

Authors: 1

v0.5.0

18 Jul 12:49
Compare
Choose a tag to compare

Release Notes

Replace is-localhost-ip with can-bind-to-host (#144)

Features

This release replaces an internal dependency is-localhost-ip with can-bind-to-host due to a licensing issue in can-bind-to-host.


๐Ÿš€ Enhancement

Authors: 2

v0.5.0-next.0

18 Jul 12:07
2e26a9a
Compare
Choose a tag to compare
v0.5.0-next.0 Pre-release
Pre-release

Release Notes

Replace is-localhost-ip with can-bind-to-host (#144)

Features

This release replaces an internal dependency is-localhost-ip with can-bind-to-host due to a licensing issue in can-bind-to-host.


๐Ÿš€ Enhancement

Authors: 1

v0.4.0

12 Jul 08:49
Compare
Choose a tag to compare

๐Ÿš€ Enhancement

๐Ÿ› Bug Fix

Authors: 4

v0.4.0-next.3

12 Jul 06:46
69047e8
Compare
Choose a tag to compare
v0.4.0-next.3 Pre-release
Pre-release

๐Ÿ› Bug Fix

Authors: 1

  • Kaelig Deloumeau-Prigent (@kaelig)