Replies: 1 comment
-
I have no idea, this repo knows nothing about Laravel, but I can give you this link https://laravel.com/docs/8.x/testing#running-tests-in-parallel |
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
Uh oh!
There was an error while loading. Please reload this page.
-
i am trying to run laravel feature tests in parallel mode as it is in document . my
phpunit.xml
is configed as below :and i am running the tests with this command :
the result is all tests fail with this error message :
should i create this database before starting test or laravel creates that automatically ?
Beta Was this translation helpful? Give feedback.
All reactions