pest icon indicating copy to clipboard operation
pest copied to clipboard

[Bug]: Running with--retry runs whole dataset again after encountering an error in a dataset item

Open elburro1887 opened this issue 10 months ago • 0 comments

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?

elburro1887 avatar Mar 10 '25 23:03 elburro1887