mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-17 08:11:49 +03:00
af042beb13
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. |
||
---|---|---|
.. | ||
bin | ||
bundles | ||
src | ||
types | ||
.npmignore | ||
browsers.json | ||
cli.js | ||
index.d.ts | ||
index.js | ||
index.mjs | ||
package.json | ||
README.md | ||
ThirdPartyNotices.txt |
playwright-core
This package contains the no-browser flavor of Playwright.