-
Notifications
You must be signed in to change notification settings - Fork 70
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifying junitReport: true makes chromatic crash when reporting build status #935
Comments
Thanks, I'm able to reproduce this using CLI v11.0.0. Is that the version you are using? |
@woutervanvliet to be specific, when the CLI command fails for me, it only fails after tests complete and a build is produced that I can access on www.chromatic.com. Is that your experience as well? For now, a workaround that I was able to use is to use the |
@andrewortwein That's exactly what I experience as well, on the same version of Chromatic CLI |
@woutervanvliet this should be fixed now. Can you try it with the latest patch release? |
Yes, works now. Thanks! May I also direct your attention to #933 (and it's associated PR) - which is blocking our team from doing some configuration cleanups. |
Bug report
I just enabled junitReport: true in my chromatic config file, mainly to explore what it can be used for. After that, every chromatic build started to fail with
Disabling junitReport works around the issue.
A solution to this ticket could be to check if junitReport is defined, and report a warning or error if it's not - instead of a runtime error.
I'm not using junit myself (yet?), so I don't be able to provide any further information.
The text was updated successfully, but these errors were encountered: