Skip to content

Support for RSpec Junit reporting #78

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

phoffer
Copy link

@phoffer phoffer commented Jun 7, 2025

This adds support for Junit reporting. It seems the current design of turbo tests is not able to work with RSpec Junit, no matter what args or configuration I try. This is important for CircleCI. I work on a couple projects using parallel_tests in Circle, but it would be nice to have consolidated log output with failures listed together, as turbo_tests does. However, switching to turbo_tests removes the failing tests from the Tests tab in Circle (see working example below). Getting RSpec Junit to work makes it possible to use turbo tests in Circle and still extract the failures into that tab

Image 6-7-25 at 8 03 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant