You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use pest --order-by random (or configure the execution order to be random via the phpunit.xml file), the generated random seed should be reported at the end of the test run, so the exact order can be reproduced in case of a failure. It is not.
How to Reproduce
Just run pest --order-by random and try to find the random seed in the output.
Sample Repository
No response
Pest Version
3.5.1
PHP Version
8.3.12
Operation System
macOS
Notes
No response
The text was updated successfully, but these errors were encountered:
What Happened
When I use
pest --order-by random
(or configure the execution order to be random via thephpunit.xml
file), the generated random seed should be reported at the end of the test run, so the exact order can be reproduced in case of a failure. It is not.How to Reproduce
Just run
pest --order-by random
and try to find the random seed in the output.Sample Repository
No response
Pest Version
3.5.1
PHP Version
8.3.12
Operation System
macOS
Notes
No response
The text was updated successfully, but these errors were encountered: