-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests fail while running a lot of them together #42
Comments
Hello @chaitanya-uc ! |
Hey @AmsterGet The latest 5.0.3 version has been installed on my system. |
Hello @chaitanya-uc , |
@oranje322 Hey!
Each of the Sorry I didn't get what you meant by test example inside the file. My tests basically opens up a chromium browser and fills some data in my CRM and validates the fields which gets updated. |
I meant
Do you mean "no such error occurs?" |
Sorry it's supposed to be no. Fixed it.
I have only 1 describe block per file. |
The problem is caused by using the same file names. |
The fix was released in version 5.0.4 #49 |
When running a folder with a lot of test cases the runner fails with the following error:
When running the tests individually, no such error occurs.
My playwright.config.ts:
package.json:
Any help will be appreciated!
Cheers!
The text was updated successfully, but these errors were encountered: