kevlened / pytest-parallel

A pytest plugin for parallel and concurrent testing
https://github.com/browsertron/pytest-parallel/issues/104#issuecomment-1293941066
MIT License
313 stars 60 forks source link

Not working with Pytest-Selenium #33

Open psdon opened 5 years ago

psdon commented 5 years ago

I'm quite unsure why pytest-parallel don't work with pytest-selenium (pip install pytest-selenium). I've heard Selenium is not thread safe, but according to documentation, pytest-parallel do some work to make it thread safe.

Tested with:

psdon commented 5 years ago

Update: pytest-selenium works with pytest-xdist. But not with pytest-parallel

blueyed commented 4 years ago

How does it not work?