Releases: storybookjs/test-runner
v0.6.0-next.4
v0.6.0-next.3
v0.6.0-next.2
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
- Yann Braga (@yannbf)
v0.6.0-next.1
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
Authors: 1
- Yann Braga (@yannbf)
v0.6.0-next.0
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
- feat: jest 28 support #154 (@andykenward @yannbf)
Authors: 2
- Andy Kenward (@andykenward)
- Yann Braga (@yannbf)