How to use this with Pest? #539
Replies: 1 comment
-
In case anyone else has the same problem: check your caches. :) The routes weren't included when running the tests. |
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'm trying to test the domain switching. This is my
TestCase.php
:The events never seen to be fired on each test:
I have tried setting the tenant inside individual tests as well, but it doesn't seem to switch:
Do I have to force an app url? How to add them to the pest tests? :)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions