We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bf462 commit cbebf64Copy full SHA for cbebf64
docs/src/ci.md
@@ -190,8 +190,8 @@ Running Playwright on CircleCI requires the following steps:
190
```yml
191
docker:
192
- image: mcr.microsoft.com/playwright:bionic
193
- environment:
194
- NODE_ENV: development # Needed if playwright is in `devDependencies`
+ environment:
+ NODE_ENV: development # Needed if playwright is in `devDependencies`
195
```
196
197
1. If you’re using Playwright through Jest, then you may encounter an error spawning child processes:
0 commit comments