Skip to content

Commit

Permalink
Fix playwright install run in noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea authored Mar 21, 2022
1 parent 694266f commit ad1045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_python_suite(session: Session) -> None:
"""Run the Python-based test suite"""
session.env["IDOM_DEBUG_MODE"] = "1"
install_requirements_file(session, "test-env")
session.run("playwright install")
session.run("playwright", "install")
posargs = session.posargs
posargs += ["--reruns", "3", "--reruns-delay", "1"]

Expand Down

0 comments on commit ad1045b

Please sign in to comment.