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 2791ffc commit 02af14aCopy full SHA for 02af14a
scripts/report_downstream_test_diffs.py
@@ -30,7 +30,7 @@ def pytest_test_cases() -> typing.Generator[TestCase, None, None]:
30
31
32
def jest_test_cases(playwright_js_path: str) -> typing.Generator[TestCase, None, None]:
33
- p = subprocess.run(
+ p = subprocess.check_call(
34
[
35
"node",
36
os.path.join("test", "runner"),
0 commit comments