playwright/tests/config
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
..
android.config.ts test: migrate to upstream fixtures (#9835) 2021-10-28 08:31:30 -07:00
baseTest.ts chore: don't allow importing @playwright/test twice (#11218) 2022-01-06 09:29:05 -08:00
browserTest.ts test: unflake browsertype-connect.spec (#11994) 2022-02-09 17:00:33 -08:00
checkCoverage.js feat(download): introduce Download.cancel (#7462) 2021-07-06 09:38:50 +02:00
commonFixtures.ts fix: typos (#11789) 2022-02-01 11:09:41 -08:00
coverage.js chore: sort out base fixtures (#9809) 2021-10-27 08:28:53 -07:00
coverageFixtures.ts feat(test runner): replace declare/define with "options" (#10293) 2021-11-18 15:45:52 -08:00
default.playwright.config.ts feat(remote): make PlaywrightServer work with browserType.connect (#11849) 2022-02-10 16:36:23 -08:00
electron.config.ts test: migrate to upstream fixtures (#9835) 2021-10-28 08:31:30 -07:00
platformFixtures.ts feat(test runner): replace declare/define with "options" (#10293) 2021-11-18 15:45:52 -08:00
proxy.ts feat(proxy): unify local network proxy behavior (#10719) 2021-12-10 14:01:56 -08:00
remote-server-impl.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
remoteServer.ts test: remove browserOptions (#9829) 2021-10-27 19:00:06 -07:00
serverFixtures.ts chore: don't allow importing @playwright/test twice (#11218) 2022-01-06 09:29:05 -08:00
testMode.ts feat(remote): make PlaywrightServer work with browserType.connect (#11849) 2022-02-10 16:36:23 -08:00
testModeFixtures.ts feat(remote): make PlaywrightServer work with browserType.connect (#11849) 2022-02-10 16:36:23 -08:00
utils.ts feat(tracing): pack sources to trace on the driver side (#10815) 2021-12-09 17:21:17 -08:00