Closed jvon1904 closed 3 days ago
As requested on issue #3066, this work adds the CLI option filter --only-pending. This is similar to --only-failures.
--only-pending
--only-failures
If example_status_persistence_file_path is not configured, it will fail with a message.
example_status_persistence_file_path
If both this new flag and --only-failures are set, it will fail with a message.
Migrated to the monorepo.
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.