- Add pytest-playwright and playwright to requirements-dev.txt - Create tests/e2e/__init__.py package marker - Create tests/e2e/conftest.py with session-scoped live_server fixture
5 lines
53 B
Plaintext
5 lines
53 B
Plaintext
pytest>=8.0
|
|
httpx>=0.27
|
|
pytest-playwright
|
|
playwright
|