Replies: 2 comments
-
I would love to get an answer on this as sometime my tests also pass and then out of the blue one would fail and then the very next run it passes.... |
Beta Was this translation helpful? Give feedback.
0 replies
-
@MickProPay Have you gotten any resolution on this issue. I'm facing the same thing, except it is when using Pest/Livewire to test Filamentphp tables. Sometimes the tests pass, sometimes they fail, no clear correlation. |
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 recently installed
Laravel Breeze
to a proyect that already hadfilamentphp
installed. I organized all the files and tests so that they use their properTestCase::class
.Now running
pest
on the terminal I get random errors on certain runs. The errors keep jumping from file to file and sometimes I dont get any failed tests. These are some of the errors I see:If I run
php artisan test
the testpass
all the time. I suspect it has something to do with parallel testing, but I am not 100% sure. The errors I mentioned keep jumping from file to file, so it's not always the same affected PHP file.Beta Was this translation helpful? Give feedback.
All reactions