-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docker): address docker offline comments (#17377)
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" } ```
- Loading branch information
1 parent
30ff278
commit b09ea69
Showing
4 changed files
with
88 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters