We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecabbd commit 8f15e39Copy full SHA for 8f15e39
tests/conftest.py
@@ -20,6 +20,7 @@ def pytest_addoption(parser) -> None:
20
def pytest_sessionstart(session):
21
"""Rebuild the project before running the tests to get the latest JavaScript"""
22
subprocess.run(["hatch", "build", "--clean"], check=True)
23
+ subprocess.run(["playwright", "install", "chromium"], check=True)
24
25
26
@pytest.fixture(scope="session")
0 commit comments