Skip to content

Running hundreds of tests in Parallel #949

Answered by mdmintz
JVPyDev asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @DevOps-Martins, SeleniumBase works well for that. You can multithread the tests via pytest with:
pytest -n=8 (for example) to spin up that many parallel processes. And you can combine that with Selenium Grid usage. There's a ReadMe for that here: https://seleniumbase.io/seleniumbase/utilities/selenium_grid/ReadMe/
You can use your own grid, or connect to another grid of your choice.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants