Skip to content

Commit

Permalink
Prefer chromium in example Playwright config
Browse files Browse the repository at this point in the history
Despite being open source, it also works better with this feature.

The `PLAYWRIGHT_BROWSERS_PATH` env var doesn't affect where Chrome is
installed, according to the docs.
  • Loading branch information
gma authored Nov 12, 2024
1 parent 3a32e4d commit 2949826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playwright/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ By default the dependencies for Chromium are installed. If you'd like to specify
```json
...
"ghcr.io/gma/devcontainer-features/playwright:1": {
"browsers": "firefox chrome"
"browsers": "firefox chromium"
},
...
```
Expand Down

0 comments on commit 2949826

Please sign in to comment.