sbtqa / page-factory

Java framework for functional UI test automation in the BDD style
Other
28 stars 20 forks source link

Multithreading (multiple instances of the webdriver) #121

Closed Harmattan322 closed 6 years ago

Harmattan322 commented 6 years ago

On projects with multiple tests (more than 1000), according to DevOps, it will not be possible to quickly run these tests (previously used for the run of regression tests almost all night). For this reason, I would like to create several instances of a webdriver, and not just one. Was it in the plans (pf-2?)?

clicman commented 6 years ago

Yes. PF2 will fully support of parallel test run. Subscribe to https://github.com/sbtqa/page-factory-2/issues/31 to be up to date.