Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit a606314

Browse files
committed
Add changelog entries for new features from this PR.
1 parent 4ff9c43 commit a606314

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ Enhancements:
1414
where the location isn't unique. (Myron Marston, #1884)
1515
* Use the example id in the rerun command printed for failed examples
1616
when the location is not unique. (Myron Marston, #1884)
17+
* Add `config.example_status_persistence_file_path` option, which is
18+
used to persist the last run status of each example. (Myron Marston, #1888)
19+
* Add `:last_run_status` metadata to each example, which indicates what
20+
happened the last time an example ran. (Myron Marston, #1888)
21+
* Add `--only-failures` CLI option which filters to only the examples
22+
that failed the last time they ran. (Myron Marston, #1888)
23+
* Add `--next-failure` CLI option which allows you to repeatedly focus
24+
on just one of the currently failing examples, then move on to the
25+
next failure, etc. (Myron Marston, #1888)
1726

1827
Bug Fixes:
1928

0 commit comments

Comments
 (0)