Hi everyone,
I’m currently working on a JavaScript project using Playwright for end-to-end testing. The project contains over 500 tests, and when I try to run them all together using npx playwright test or npx run all, the process fails specifically during the login phase of the tests. Oddly, when I run the tests individually, everything works perfectly, and the login succeeds without any issues. I’m wondering if anyone else has faced a similar problem or knows of a solution to this issue.
Top comments (0)