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?
Emulate "format documentation" style output
Ginkgo's output can be a bit noisy for large test suites compared to RSpec's
-fdoutput. Theginkgo-fdpost-processor is an attempt to achieves this by consuming Ginkgo's--json-reportoutput.Should I create a PR that adds the
-fdflag directly into Ginko?