When running specs with filters, each worker prints the banner:
Run options: exclude {integration_test: true}
Example command:
bundle exec parallel_rspec -n 6 spec -o '--tag ~integration_test'
With 6+ workers this line floods the logs even though the filters are identical for every process.
Could we have a way to suppress duplicate banners (e.g., add a CLI flag like --quiet)?
See rspec issue rspec/rspec#278