rspec / rspec-core

RSpec runner and formatters
http://rspec.info
MIT License
1.23k stars 765 forks source link

Add `--only-pending` CLI option #3068

Closed jvon1904 closed 3 days ago

jvon1904 commented 10 months ago

As requested on issue #3066, this work adds the CLI option filter --only-pending. This is similar to --only-failures.

If example_status_persistence_file_path is not configured, it will fail with a message.

If both this new flag and --only-failures are set, it will fail with a message.

JonRowe commented 3 days ago

Migrated to the monorepo.