playwright/src/utils
Andrey Lushnikov f472c96129
feat: support webkit technology preview (#5885)
This patch adds support for `technology preview` webkit channel, which
we will keep close to the actual Safari Technology Preview releases.

This channel does not install by default. It is supposed to be installed
with the following CLI command:

```sh
$ npx playwright install webkit-technology-preview
```

Once the channel is installed, it can be used the following way:

```js
const browser = await playwright.webkit.launch({
  channel: 'technology-preview',
});
```

**NOTE:** if clients attempt using the channel without installing it,
it'll throw an error with a copyable instructions to install via CLI.

References #5884
2021-03-31 11:32:10 -07:00
..
binaryPaths.ts chore(typescript): enable esModuleInterop (#5409) 2021-02-11 06:36:15 -08:00
debugLogger.ts test(inspector): add some tests (#5461) 2021-02-15 08:32:13 -08:00
errors.ts feat(scopes): make page a scope (#4300) 2020-11-02 13:06:54 -08:00
httpServer.ts feat(inspector): wire snapshots to inspector (#5628) 2021-02-26 14:16:32 -08:00
registry.ts feat: support webkit technology preview (#5885) 2021-03-31 11:32:10 -07:00
stackTrace.ts chore: make stack filtering playwright dev-friendly (#5604) 2021-02-24 14:33:08 -08:00
timeoutSettings.ts fix(snapshot): do not let a single frame fail the whole snapshot (#3857) 2020-09-11 15:13:37 -07:00
ubuntuVersion.ts chore(typescript): enable esModuleInterop (#5409) 2021-02-11 06:36:15 -08:00
utils.ts fix: installer compilation (#5908) 2021-03-22 17:39:03 -07:00