-
Notifications
You must be signed in to change notification settings - Fork 495
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
rspec output interpolates with --format progress #411
Comments
this will produce clean output in the tmp/spec_summary.log ... if you want clean output in stdout use only |
do you think it's possible to create a formatter that works similar to if yes how would you recommend going about that? my initial thought is to use a file in tmp to coordinate between the processes. |
hmmm you want progress to stdout and summary to stdout ... maybe --out On Wed, Jun 24, 2015 at 2:28 PM, Christopher notifications@github.com
|
Not sure if this is an actual "issue" but it'd be nice if the processes waited until all specs have been run to output their summaries. The README hints at a solution with
--format ParallelTests::RSpec::SummaryLogger --out tmp/spec_summary.log
but upon trying it mystdout
still gets the summaries in between the progress dots.The text was updated successfully, but these errors were encountered: