fixtures
django_spire.testing.playwright.fixtures
pytest_configure
authenticated_page
Source code in django_spire/testing/playwright/fixtures.py
e2e_user
The superuser a limelight demo signs in as. Override downstream to change role.
Source code in django_spire/testing/playwright/fixtures.py
limelight_application
Limelight's handle on the running app; pair with demo_start.
demo_start
Factory for a limelight Demo. Its transcript and screenshots land under
.demos/<test name>/ (silent runs write nothing).
def test_something(demo_start):
demo = demo_start()
demo.goto('app:page:list')