Skip to content

Commit

Permalink
Playwright install: add --with-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elacuesta committed Feb 14, 2025
1 parent 6a11ef4 commit 25f4b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allowlist_externals =
npm
npx
commands =
playwright install
playwright install --with-deps
npm install [email protected]
npx playwright install chromium
py.test -vv --reactor=asyncio \
Expand All @@ -29,7 +29,7 @@ basepython = python3
[testenv:py-twisted]
basepython = python3
commands =
playwright install
playwright install --with-deps
py.test -vv --reactor=asyncio \
--cov-report=term-missing \
--cov-report=xml:coverage-twisted.xml \
Expand Down

0 comments on commit 25f4b02

Please sign in to comment.