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
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
When I pass argument to test runner to just test one file, it works perfect. I tried this for every file and it did work. Each file has one describe block. But when I don't pass the argument for test file to test all files, it fails. I put console.log statements to see which file is running first, but surprising all my console.logs was printed at the same time.
Does Protractor tries to run all files that matches the patters at the same time? How can I fix this?