playwright/packages
Dmitry Gozman 66b5cf5ae1
feat(remote): make PlaywrightServer work with browserType.connect (#11849)
This changes PlaywrigtServer to serve connections like `ws://localhost:3333/?browser=chromium`:
- launches the browser;
- talks `browserType.connect`-style protocol over websocket;
- compatible with `connectOptions` fixture.

```js
await playwright.chromium.connect({ wsEndpoint: 'ws://localhost:3333/?browser=chrome' });
```
2022-02-10 16:36:23 -08:00
..
html-reporter feat(test-runner): support expect.soft (#11800) 2022-02-02 18:33:51 -08:00
playwright chore: cut v1.19.0 (#11944) 2022-02-08 16:01:44 -08:00
playwright-chromium chore: cut v1.19.0 (#11944) 2022-02-08 16:01:44 -08:00
playwright-core feat(remote): make PlaywrightServer work with browserType.connect (#11849) 2022-02-10 16:36:23 -08:00
playwright-firefox chore: cut v1.19.0 (#11944) 2022-02-08 16:01:44 -08:00
playwright-test fix(teardown): await teardown in failed test runs (#12012) 2022-02-10 12:44:42 -08:00
playwright-webkit chore: cut v1.19.0 (#11944) 2022-02-08 16:01:44 -08: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