playwright/packages/playwright-core/src
Andrey Lushnikov af042beb13
feat: introduce docker integration (#16382)
This patch introduces the following commands:
- `npx playwright docker build` that builds a VRT docker image
  locally that is based off the `mcr.microsoft.com/playwright:jammy`
- `npx playwright docker start` that launches a docker container with
  browsers.
- `npx playwright docker stop` that stops given docker container.
- `npx playwright docker test` that runs all the tests inside a
  launched docker container.
2022-09-09 15:25:42 -07:00
..
cli feat: introduce docker integration (#16382) 2022-09-09 15:25:42 -07:00
client feat: added follow and redirect arguments to fetch (#17033) 2022-09-09 12:14:42 -07:00
common chore: set default http request timeouts (#17200) 2022-09-09 06:18:57 +02:00
grid feat(reuse): retain different browser types when reusing (#16269) 2022-08-04 15:04:00 -07:00
protocol feat: added follow and redirect arguments to fetch (#17033) 2022-09-09 12:14:42 -07:00
remote chore: make parent scope explicit (#16819) 2022-08-25 11:58:41 -07:00
server feat: added follow and redirect arguments to fetch (#17033) 2022-09-09 12:14:42 -07:00
third_party chore: bundle pixelmatch, it has not changed for 2 years (#13585) 2022-04-15 16:58:31 -07:00
utils chore: align more ESLint rules with VSCode formatting (#16647) 2022-08-18 20:12:33 +02: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