Post #559721
2026-01-22 01:17 UTC
Call for testing: nextest can now rerun failing tests!
cargo nextest self update --version 0.9.123-b.3
# enable functionality, see link
cargo nextest run
If tests fail and/or the run is cancelled, then:
cargo nextest run -R latest
to rebuild and pick up from where the test run left off.
Please test this out!
https://nexte.st/docs/features/record-replay-rerun/
A lot of care went into building replay/rerun functionality in a way that's robust, both in the architecture and in the UX, and I'm excited about your feedback.
Replies (0)
No replies.