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]: When running tests in random order, the generated random seed is not reported #1323

Open
zormandi-byborg opened this issue Nov 27, 2024 · 0 comments
Labels

Comments

@zormandi-byborg
Copy link

What Happened

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

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