playwright/utils
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
..
build chore: unify workspace helper scripts (#11925) 2022-02-08 10:35:00 -08:00
docker devops: move docker publishing logic to main repo (#10768) 2021-12-07 15:28:47 -08:00
doclint chore: fix .NET generation script for .NET 6 (#11965) 2022-02-09 18:03:37 +01:00
flakiness-dashboard chore(deps): bump node-fetch in /utils/flakiness-dashboard (#11732) 2022-01-29 08:15:26 -08:00
generate_types feat(test runner): support connectOptions (#11919) 2022-02-08 20:45:42 -08:00
linux-browser-dependencies fix: support even older node 12 (#9718) 2021-10-22 15:59:52 -04:00
protocol-types-generator fix: protocol generation in monorepo (#9513) 2021-10-14 11:14:50 -07:00
testserver feat(remote): make PlaywrightServer work with browserType.connect (#11849) 2022-02-10 16:36:23 -08:00
avd_install.sh fix(android): fix android tests (4) (#8211) 2021-08-16 08:13:02 -07:00
avd_recreate.sh fix(android): fix android tests (4) (#8211) 2021-08-16 08:13:02 -07:00
avd_start.sh fix(android): fix android tests (4) (#8211) 2021-08-16 08:13:02 -07:00
avd_test.js feat(scopes): make page a scope (#4385) 2020-11-10 14:47:26 -08:00
build_android_driver.sh chore(android): respect timeout, add build script (#4690) 2020-12-11 23:35:25 -08:00
check_chromium_cdn.js chore: fixes to helper scripts 2021-11-17 17:02:29 -08:00
check_deps.js chore: use ipc transport for out-of-process driver (#11826) 2022-02-02 21:26:45 -08:00
copyright.js chore(eslint): lint for copyrights on files (#2858) 2020-07-07 11:12:45 -07:00
draft_release_notes.sh chore: udpate scripts that generates release draft (#5556) 2021-02-24 13:26:44 -08:00
generate_channels.js chore: use channel traits (#10389) 2021-11-17 15:26:01 -08:00
generate_dotnet_channels.js chore(dotnet): generate byte[] for binary properties in generator (#11539) 2022-01-21 15:51:06 +01:00
lint_tests.js chore: add npm run lint-tests (#10252) 2021-11-11 13:27:50 -08:00
list_closed_issues.sh chore: add script to fetch closed bugs since git commit (#2066) 2020-04-30 17:57:45 -07:00
markdown.js docs: migrate JS assertions over to Java/Python assertions (#10431) 2021-11-24 21:58:35 +01:00
pack_package.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
print_versions.js chore: fix //utils/print_versions.js (#9647) 2021-10-20 02:20:46 -07:00
publish_all_packages.sh chore: unify workspace helper scripts (#11925) 2022-02-08 10:35:00 -08:00
roll_browser.js test: move grid tests to installation-tests (#10418) 2021-11-18 15:32:09 -08:00
upload_flakiness_dashboard.sh devops: migrate from master to main branch (#10303) 2021-12-07 22:58:33 -08:00
video_stress.js fix(video): reduce buffering in ffmpeg, avoid overbooking cpu (#8786) 2021-09-09 12:41:06 -07:00
workspace.js chore: unify workspace helper scripts (#11925) 2022-02-08 10:35:00 -08:00