You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A test file gets executed in a single worker so the tests inside a file don't run in parallel. Currently they do run sequentially per file in terms of the order.
Your question
First of all thanks for the amazing library! It's awesome to work with. 🙌
I noticed that tests in separate files run in parallel but what about tests in the same file? Are they always executed sequentially?
For the snippet below will the 2nd test always get executed after the first one?
What about this snippet?
The text was updated successfully, but these errors were encountered: