Replies: 1 comment
-
Hey @donnyxray 👋 How are you running tests? Are you executing: ./vendor/bin/pest That should show the file it's getting to and even the test before the one it seems to hang on? You could also make use of Once you've solved that, it might be worth running ./vendor/bin/pest --profile So you can see any other tests that are running for a while. That won't work unless you're suite finishes though, so you'll need to find the hanging test first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a test that hangs. Indefinitely. But I don't know which one.
Are any of these strategies possible?
Other suggestions welcome!
Beta Was this translation helpful? Give feedback.
All reactions