playwright/packages
Andrey Lushnikov 5b57789c6d
devops: proper error for the Webkit @ MacOS 10.15 (#17731)
The error looks like this:

```
aslushnikov:~/prog/playwright(main)$ npx playwright wk
[object.<anonymous>: Browser closed.
==================== Browser output: ====================
<launching> /Users/andreylushnikov/Library/Caches/ms-playwright/webkit-1616/pw_run.sh --inspector-pipe --no-startup-window
<launched> pid=15076
[pid=15076][out] ****************************************************************
[pid=15076][out] ****************************************************************
[pid=15076][out]
[pid=15076][out] ERROR: MacOS version is too old!
[pid=15076][out]
[pid=15076][out] This version of Playwright does not support running
[pid=15076][out] WebKit on MacOS 10.15. Please either:
[pid=15076][out] - update your operating system to version 11 or higher
[pid=15076][out] - use Playwright v1.25 or older
[pid=15076][out]
[pid=15076][out] ****************************************************************
[pid=15076][out] ****************************************************************
[pid=15076] <process did exit: exitCode=1, signal=null>
[pid=15076] starting temporary directories cleanup
=========================== logs ===========================
```

Fixes #17699
2022-09-30 01:40:17 -07:00
..
html-reporter fix(test): remove component.get usages (#17723) 2022-09-29 20:18:26 -07:00
playwright chore: cut v1.26.0 (#17265) 2022-09-12 10:45:27 -07:00
playwright-chromium chore: cut v1.26.0 (#17265) 2022-09-12 10:45:27 -07:00
playwright-core devops: proper error for the Webkit @ MacOS 10.15 (#17731) 2022-09-30 01:40:17 -07:00
playwright-ct-react feat(ct): type-safe hook config (#17232) 2022-09-21 21:14:20 -07:00
playwright-ct-solid feat(ct): solid render children complete (#17417) 2022-09-21 21:16:30 -07:00
playwright-ct-svelte feat(ct): svelte type-safe hook config (#17237) 2022-09-12 21:00:41 -07:00
playwright-ct-vue feat(ct): type-safe hook config (#17232) 2022-09-21 21:14:20 -07:00
playwright-ct-vue2 feat(ct): vue2 type-safe hook config (#17236) 2022-09-12 21:00:09 -07:00
playwright-firefox chore: cut v1.26.0 (#17265) 2022-09-12 10:45:27 -07:00
playwright-test fix: --grep and --grep-invert should intersect with config (#17716) 2022-09-29 16:39:21 -07:00
playwright-webkit chore: cut v1.26.0 (#17265) 2022-09-12 10:45:27 -07:00
protocol/src chore: move connect utility into localUtils (#17590) 2022-09-27 13:05:06 -07:00
recorder chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
trace/src chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
trace-viewer chore: custom error if HTML report gets uploaded in Trace Viewer (#17558) 2022-09-26 20:57:05 +02:00
web fix(trace): preserve line breaks in console messages (#16696) 2022-08-22 09:26:51 -07:00
.eslintrc.js chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00