We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694266f commit ad1045bCopy full SHA for ad1045b
noxfile.py
@@ -179,7 +179,7 @@ def test_python_suite(session: Session) -> None:
179
"""Run the Python-based test suite"""
180
session.env["IDOM_DEBUG_MODE"] = "1"
181
install_requirements_file(session, "test-env")
182
- session.run("playwright install")
+ session.run("playwright", "install")
183
posargs = session.posargs
184
posargs += ["--reruns", "3", "--reruns-delay", "1"]
185
0 commit comments