mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

This patch introduces independent docker-based build environments for WebKit and Firefox browsers. To launch an interactive session inside the environment: ```sh ./browser_patches/docker/cli.sh webkit-debian-11 build # builds image ./browser_patches/docker/cli.sh webkit-debian-11 enter # launches interactive container ```