Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jest 28 will be coming in the upcoming version of test-runner. This brings the runner back to Jest 27 only.
Version
Published prerelease version:
v0.6.0-next.4
Changelog
Release Notes
fix --watch cli option (#168)
Fixes
The
--watch
flag was previously not working, and now it's fixed.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!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.
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
🐛 Bug Fix
Authors: 2