Replies: 1 comment
-
+1 to this. In my current project we are using webdriver manager. we are only running about 20-40 test cases in 5 parallel threads, the first 5 test cases usually fail when the webdriver download is not yet finished but the test using pabot already started the execution. |
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
-
Hello,
I have a test suite with >200 tests, running 30 tests in parallel with pabot, no problem, BUT except for the starting batch, as all tests have to get information from an old legacy source that's unable to handle all those requests, so like 20 of 30 tests are starting with incomplete data and are failing on different stages. Further, there's no problem, each test gets its starting data (and we automatically rerun failing tests anyway).
My suggestion is to add an option, so the test in the first batch will start with a fixed or random delay.
Regards,
Andrei
Beta Was this translation helpful? Give feedback.
All reactions