pest
pest copied to clipboard
[Bug]: Running with--retry runs whole dataset again after encountering an error in a dataset item
What Happened
When I run a test with a dataset, and it encounters an error, it will run the whole dataset again upon re-running the test with --retry.
I would expect it to run only the test beginning from the dataset item that failed.
How to Reproduce
Add a test with a dataset of more than 3 items and run it, whilst having one dataset item in the middle fail.
Sample Repository
No response
Pest Version
3.7.4
PHP Version
8.3
Operation System
macOS
Notes
Maybe this isn't a bug, but was never implemented?