idlesign / pytest-djangoapp

Nice pytest plugin to help you with Django pluggable application testing.
https://github.com/idlesign/pytest-djangoapp
BSD 3-Clause "New" or "Revised" License
40 stars 6 forks source link

liveserver fixture #24

Closed Centuriondan closed 1 year ago

Centuriondan commented 2 years ago

A key fixture missing when switching from pytest-django is the liveserver fixture which I use for running selenium based functional tests (TDD).

Is there an intention to add a live_server fixture that will have a similar effect as in pytest_django?

idlesign commented 2 years ago

Thank you for the idea. We probably could add this feature, it'd take a while to think it over and design API.

idlesign commented 1 year ago

liveserver and liveclient fixtures are now available in 1.2.0. https://pytest-djangoapp.readthedocs.io/en/latest/fixtures_live.html

Feel free to check those out. Considered closed.