How to split test cases in pytest #10048
Answered
by
RonnyPfannschmidt
ramachandargadde
asked this question in
Q&A
-
I got around 2500+ test cases I need to split the test cases so that I can run the tests on different runners. is there any other way like collecting the first 500 tests and 500-1000 tests like ways, so that we can trigger tests on multiple runners. |
Beta Was this translation helpful? Give feedback.
Answered by
RonnyPfannschmidt
Jun 15, 2022
Replies: 1 comment 1 reply
-
The pytest-split plugin may be a option |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ramachandargadde
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The pytest-split plugin may be a option