Skip to content

RSpec-style documentation output - short circuits#1669

Closed
woodie wants to merge 13 commits into
onsi:masterfrom
woodie:add_fd_flag
Closed

RSpec-style documentation output - short circuits#1669
woodie wants to merge 13 commits into
onsi:masterfrom
woodie:add_fd_flag

Conversation

@woodie

@woodie woodie commented Jun 4, 2026

Copy link
Copy Markdown

This feature was proposed in issue 1668. From the updated docs...

You can opt into documentation format output with ginkgo -fd. This emits a hierarchical tree of spec descriptions, with each spec's name colored green for passing, red for failing, yellow for pending, and cyan for skipped, along with a summary of failures at the end of the suite. This mode will be familiar to Rspec users and has more concise output for very large test suites.

This PR may feel bolted on with several methods starting with a short cirtuit.
if r.conf.FdOutput { return }

@woodie woodie changed the title Add format documentation flag. RSpec-style documentation output - short circuits Jun 5, 2026
@woodie

woodie commented Jun 6, 2026

Copy link
Copy Markdown
Author

I think the approach in 1670 is better and now more complete. I'm closing this PR.

@woodie woodie closed this Jun 6, 2026
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