e2e tests from a monorepo with multiple apps deployed - how to get the right deployment URL? #5199
Replies: 2 comments 3 replies
-
Hey, did you find your answer? We are also trying to setup playwright testing for our turborepo next apps, can you help me with that ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi guys, did you find any way to resolve this? I tried the same configuration as @wiledal but I had the same problem, workflows are being ignored. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hi all, more of a question than a bug - we currently have a monorepo using Turborepo with multiple NextJs.App.
We are using this https://github.com/patrickedqvist/wait-for-vercel-preview to get the Vercel deployment URL which we would use to write an e2e test using Playwright.
However, not that we have the second app also deployed from the same repo, we noticed we may get the "wrong" URL, and therefore causing tests to fail.
Any ideas/best practice to workaround this?
Beta Was this translation helpful? Give feedback.
All reactions