Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Missing --repeat CLI option #1107

Open
calebdw opened this issue Mar 4, 2024 · 0 comments
Open

[Bug]: Missing --repeat CLI option #1107

calebdw opened this issue Mar 4, 2024 · 0 comments
Labels

Comments

@calebdw
Copy link
Contributor

calebdw commented Mar 4, 2024

What Happened

It appears that the --repeat cli option was removed from Pest v2. The only way to repeat a test is to use ->repeat() chained on to the end of a pest test.

However, I have a volatile legacy phpunit test that I'm trying to track down / debug but there's no way for me to specify a repeat for it---manually running the test again and again is annoying and time consuming.

How to Reproduce

Try to repeat a PHPUnit test

Sample Repository

No response

Pest Version

2.34.0

PHP Version

8.2.x

Operation System

Linux

Notes

No response

@calebdw calebdw added the bug label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant