Multiple domains per root folder for env #1261
dillingham
started this conversation in
Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When testing in cypress you are running it end to end with the same database connection as the local.
If somehow valet was able to have
.env
➡️app-name.test
.env.testing
➡️testing.app-name.test
then cypress config base url could be
testing.app-name.test
and its own db connectionlaracasts/cypress swaps the env before & after the entire test suite runs but sometimes you early terminate and its a little buggy
Beta Was this translation helpful? Give feedback.
All reactions