Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Running hundreds of tests in Parallel #949

Answered by mdmintz
JeffVM-Solutions asked this question in Q&A
Discussion options

Do you have a suggestion on if SeleniumBase would be a good solution to run hundreds of selenium tests in parallel? My company hosts and needs to do end-to-end testing on over 200 web pages. I'm setting up my own Selenium Grid but was wondering if SeleniumBase was designed for a larger number of testing scripts?

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

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.

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

AltStyle によって変換されたページ (->オリジナル) /