Skip to content

v0.6.4

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 10:07

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