You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RSpec can optionally emit metadata about tests that failed to a text file, which can then be consumed by subsequent runs via --only-failures (run all tests that failed) and --next-failure (run all failed tests but fail fast).
This could be really useful in REPL-driven workflows:
I moved this to a new "New features" column on the CT board, while I'm not sure about the exact syntax proposal I do like the idea, but we'll have to think this through a bit more.
I think this functionality is useful enough that we want to keep this open. I also think we could build other functionality using a feature that tracks previous runs. For example, we could profile across runs and show, e.g., major increases in the time it takes a test to run.
https://relishapp.com/rspec/rspec-core/docs/command-line/only-failures
RSpec can optionally emit metadata about tests that failed to a text file, which can then be consumed by subsequent runs via
--only-failures
(run all tests that failed) and--next-failure
(run all failed tests but fail fast).This could be really useful in REPL-driven workflows:
The text was updated successfully, but these errors were encountered: