Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.6.4 #181

Merged
merged 4 commits into from Aug 26, 2022
Merged

Release 0.6.4 #181

merged 4 commits into from Aug 26, 2022

Conversation

yannbf
Copy link
Member

@yannbf yannbf commented Aug 26, 2022

This release includes:
add junit flag to test runner #179

Version

Published prerelease version: v0.6.4-next.0

Changelog

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

@yannbf yannbf added the patch Increment the patch version when merged label Aug 26, 2022
@yannbf yannbf merged commit 3a08524 into main Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant