mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
b09ea69024
This patch: - Removes all `process.exit(1)` from `docker.ts` and instead throws errors. - Drops the `npx playwright docker test` command. We agreed to engage docker when `PLAYWRIGHT_DOCKER` environment variable is set. - Introduces hidden `npx playwright docker status` command that dumps a JSON with docker status: ```sh aslushnikov:~/prog/playwright$ npx playwright docker status { "dockerEngineRunning": true, "imageName": "playwright:local-1.27.0-next-focal", "imageIsPulled": true, "containerWSEndpoing": "ws://127.0.0.1:55077/eafeb84c-571b-4d12-ac51-f6a2b43e9155", "containerVNCEndpoint": "http://127.0.0.1:55076/?path=fb6d4add-9adf-4c3c-b335-893bdc235cd7&resize=scale&autoconnect=1" } ``` |
||
---|---|---|
.. | ||
bundles | ||
src | ||
types | ||
.npmignore | ||
cli.js | ||
index.d.ts | ||
index.js | ||
index.mjs | ||
package.json | ||
README.md | ||
reporter.d.ts | ||
reporter.js | ||
reporter.mjs | ||
ThirdPartyNotices.txt |
@playwright/test
This package contains Playwright Test. A test-runner for writing idiomatic and reliable end-to-end tests with Playwright.