playwright/packages/playwright-core/src
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
..
cli chore: rename reuseController to debugController (#17520) 2022-09-21 15:35:52 -07:00
client feat(api): all getByTitle, getByAltText (#17724) 2022-09-29 21:45:44 -07:00
common fix: grid connection invalid method (#17706) 2022-09-30 00:41:03 -07:00
containers chore: hide docker integration behind the curtain (#17715) 2022-09-29 14:22:09 -07:00
grid feat: allow opening multiple html reporters and trace viewers (#17636) 2022-09-27 12:45:42 -07:00
protocol chore: move connect utility into localUtils (#17590) 2022-09-27 13:05:06 -07:00
remote chore: support http protocol with browserType.connect() (#17483) 2022-09-22 11:59:58 -07:00
server devops: proper error for the Webkit @ MacOS 10.15 (#17731) 2022-09-30 01:40:17 -07:00
third_party chore: bundle pixelmatch, it has not changed for 2 years (#13585) 2022-04-15 16:58:31 -07:00
utils feat: allow opening multiple html reporters and trace viewers (#17636) 2022-09-27 12:45:42 -07:00
browserServerImpl.ts feat(server): queue run-server clients (#16234) 2022-08-03 19:37:06 -07:00
DEPS.list chore: move to folder-based deps lists (#13361) 2022-04-06 14:40:19 -07:00
inprocess.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
inProcessFactory.ts chore: make parent scope explicit (#16819) 2022-08-25 11:58:41 -07:00
outofprocess.ts test: mark driver mode as remote (#15402) 2022-07-06 09:20:07 -07:00
utilsBundle.ts fix(esm): show codeframe when errors get reported (#15262) 2022-06-30 21:17:08 +02:00
zipBundle.ts chore(har): allow replaying from zip har (#14962) 2022-06-17 16:11:22 -07:00