Skip to content

Commit a8f7f8a

Browse files
committed
Add playwright deps install cmd
1 parent ae43d90 commit a8f7f8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def pytest_addoption(parser: Parser) -> None:
3737
@pytest.fixture(autouse=True, scope="session")
3838
def install_playwright():
3939
subprocess.run(["playwright", "install", "chromium"], check=True) # noqa: S607, S603
40+
subprocess.run(["playwright", "install-deps"], check=True) # noqa: S607, S603
4041

4142

4243
@pytest.fixture(autouse=True, scope="session")

0 commit comments

Comments
 (0)