#1668·ginkgo

Feature Request: Emulate -fd style output

Author: woodieCreated Jun 4, 2026Updated Jun 22, 2026

Emulate "format documentation" style output

Ginkgo's output can be a bit noisy for large test suites compared to RSpec's -fd output. The ginkgo-fd post-processor is an attempt to achieves this by consuming Ginkgo's --json-report output.

Should I create a PR that adds the -fd flag directly into Ginko?