npm @storybook/test-runner 0.6.4-next.0
v0.6.4-next.0

latest releases: 0.23.1--canary.9fc3f61.0, 0.23.1--canary.41f9352.0, 0.23.1--canary.2047b9f.0...
3 years ago

Release Notes

add --junit flag to test runner (#179)

The test runner now supports JUnit XML test reports out of the box with a --junit flag:

yarn test-storybook --junit

With that flag, the test runner will add jest-junit to the reporters list and generate a test report in a JUnit XML format. You can further configure the behavior of jest-junit by either setting specific JEST_JUNIT_* environment variables or by defining a jest-junit field in your package.json with the options you want, which will be respected when generating the report. You can look at all available options here: https://github.com/jest-community/jest-junit#configuration


🐛 Bug Fix

📝 Documentation

  • Add remark regarding different coverage providers #180 (@yannbf)

Authors: 1

Don't miss a new test-runner release

NewReleases is sending notifications on new releases.