pytest-dev / pytest-splinter

pytest splinter and selenium integration for anyone interested in browser interaction in tests
MIT License
254 stars 51 forks source link

Multiple processes with pytest-xdist #11

Closed dustinfarris closed 10 years ago

dustinfarris commented 10 years ago

Is this possible?

bubenkoff commented 10 years ago

why not? we use pytest-xdist with pytest-splinter intensively

On 22 August 2014 05:06, Dustin Farris notifications@github.com wrote:

Is this possible?

— Reply to this email directly or view it on GitHub https://github.com/paylogic/pytest-splinter/issues/11.

Anatoly Bubenkov

dustinfarris commented 10 years ago

Hmm. Did you do anything special configuration-wise to make it work? I am using pytest-splinter in conjunction with pytest-django and pytest-bdd.

paylogic-mergekeepers commented 10 years ago

nothing special, just use browser fixture but, pytest-django is NOT good with pytest-xdist yet, as far as i know see issues on it's github

On 22 August 2014 15:46, Dustin Farris notifications@github.com wrote:

Hmm. Did you do anything special configuration-wise to make it work? I am using pytest-splinter in conjunction with pytest-django and pytest-bdd.

— Reply to this email directly or view it on GitHub https://github.com/paylogic/pytest-splinter/issues/11#issuecomment-53061943 .

Anatoly Bubenkov

Senior Software Engineer at Core team

E anatoly.bubenkov@paylogic.nl

M +31(0)6 19999803

T +31(0)88 7000 100

W http://www.paylogic.nl/www.paylogic.nl

dustinfarris commented 10 years ago

Ah, ok. Are you testing Django projects?

bubenkoff commented 10 years ago

yes we do, but we don't use pytest-django just because our setup is too complicated and it's not just about testing single django project we have test run of multiple django projects (with own settings etc)

On 22 August 2014 16:37, Dustin Farris notifications@github.com wrote:

Ah, ok. Are you testing Django projects?

— Reply to this email directly or view it on GitHub https://github.com/paylogic/pytest-splinter/issues/11#issuecomment-53068036 .

Anatoly Bubenkov

dustinfarris commented 10 years ago

ok, i'll uninstall pytest-django and try rolling my own and see what happens.