Skip to content

Commit ad1045b

Browse files
authored
Fix playwright install run in noxfile
1 parent 694266f commit ad1045b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def test_python_suite(session: Session) -> None:
179179
"""Run the Python-based test suite"""
180180
session.env["IDOM_DEBUG_MODE"] = "1"
181181
install_requirements_file(session, "test-env")
182-
session.run("playwright install")
182+
session.run("playwright", "install")
183183
posargs = session.posargs
184184
posargs += ["--reruns", "3", "--reruns-delay", "1"]
185185

0 commit comments

Comments
 (0)