I set up Playwright tests in a TurboRepo project using Next.js, but the tests often fail — is it just me? #85960
Unanswered
chbaefront
asked this question in
Help
Replies: 1 comment 1 reply
-
|
@katanazero86 Did you get the answer on this or also did you maybe tried with playwright discussions ? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I configured Playwright with 4 workers to run tests that navigate through pages and verify rendered data after API responses. However, the tests sometimes pass and sometimes fail, so I’m wondering if anyone else is experiencing this issue.
My environment:
When I reduce the number of Playwright workers to 1 or 2, the tests usually succeed, but when I increase the number of workers, they start failing. I’m curious why this happens.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions