mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
doc: fix docker doc snippet indentation (#17310)
This commit is contained in:
parent
210f7b2203
commit
37e1dad684
@ -173,13 +173,13 @@ Docker integration usage:
|
|||||||
npx playwright docker build
|
npx playwright docker build
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Run Docker container in the background.
|
1. Run Docker container in the background.
|
||||||
|
|
||||||
```bash js
|
```bash js
|
||||||
npx playwright docker start
|
npx playwright docker start
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Run tests inside Docker container. Note that this command accepts all the same arguments
|
1. Run tests inside Docker container. Note that this command accepts all the same arguments
|
||||||
as a regular `npx playwright test` command.
|
as a regular `npx playwright test` command.
|
||||||
|
|
||||||
```bash js
|
```bash js
|
||||||
@ -188,7 +188,7 @@ Docker integration usage:
|
|||||||
|
|
||||||
Note that this command will detect running Docker container, and auto-launch it if needed.
|
Note that this command will detect running Docker container, and auto-launch it if needed.
|
||||||
|
|
||||||
4. Finally, stop background Docker container when you're done working with tests:
|
1. Finally, stop background Docker container when you're done working with tests:
|
||||||
|
|
||||||
```bash js
|
```bash js
|
||||||
npx playwright docker stop
|
npx playwright docker stop
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user