rspec-core icon indicating copy to clipboard operation
rspec-core copied to clipboard

Add `--only-pending` CLI option

Open jvon1904 opened this issue 1 year ago • 0 comments

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.

jvon1904 avatar Jan 30 '24 20:01 jvon1904