Skip to content

Commit 3995229

Browse files
authored
test: ...
1 parent bef147f commit 3995229

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -187,20 +187,3 @@ After container image is ready, every time you want to run test, just use:
187187
```sh
188188
podman run --rm --init -v $(pwd):/app -w /app --userns=keep-id -it puppeteer:latest xvfb-run npm test
189189
```
190-
191-
### Testing with `docker`
192-
193-
First step is to prepare container image. This step is needed only once.
194-
195-
```sh
196-
# 1. Prepare container, this step is needed only once
197-
docker build -t puppeteer -f puppeteer.containerfile
198-
# 2. Install puppeteer-core, this step is needed only once
199-
docker run --rm --init -v $(pwd):/app -w /app -it puppeteer:latest npm run puppeteer
200-
```
201-
202-
After container image is ready, every time you want to run test, just use:
203-
204-
```sh
205-
docker run --rm --init -v $(pwd):/app -w /app -it puppeteer:latest xvfb-run npm test
206-
```

0 commit comments

Comments
 (0)