Replies: 3 comments
-
Can it be 1 from server and 2 from browser? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found an interesting thing: if I run tests in sequential mode, then I got 2 files for 2 tests, if I run in parallel mode, then 3 files are created, this is the first time I met, seems it is related to the application |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is interesting. Although it sounds like its not causing unexpected behavior? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just found a strange that thing in my code base: usually playwright coverage JSON files are created per test case, but I have 2 test cases but 3 files are created. I wonder in what case this will happen and if it will have any potential issues?
Beta Was this translation helpful? Give feedback.
All reactions