How can we run pytest files in parallel? #8727
Unanswered
thakkardharmik
asked this question in
Q&A
Replies: 1 comment
-
Hi @thakkardharmik, Did you try |
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
Uh oh!
There was an error while loading. Please reload this page.
-
How can we run pytest files in parallel?
I want to run multiple pytest files in parallel. pytest-xdist allows running tests in parallel but I believe it will run test methods in parallel. Is it possible to run each pytest file in parallel?
Beta Was this translation helpful? Give feedback.
All reactions