Skip to content

Commit 25f4b02

Browse files
committed
Playwright install: add --with-deps
1 parent 6a11ef4 commit 25f4b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ allowlist_externals =
1212
npm
1313
npx
1414
commands =
15-
playwright install
15+
playwright install --with-deps
1616
npm install [email protected]
1717
npx playwright install chromium
1818
py.test -vv --reactor=asyncio \
@@ -29,7 +29,7 @@ basepython = python3
2929
[testenv:py-twisted]
3030
basepython = python3
3131
commands =
32-
playwright install
32+
playwright install --with-deps
3333
py.test -vv --reactor=asyncio \
3434
--cov-report=term-missing \
3535
--cov-report=xml:coverage-twisted.xml \

0 commit comments

Comments
 (0)