review feedback

This commit is contained in:
Max Schmitt 2024-11-13 12:07:02 +01:00
parent 4b803603c3
commit 835726ca1c

View file

@ -478,7 +478,7 @@ Use Linux when running your tests on CI as it is cheaper. Developers can use wha
#### Optimize browser downloads on CI
Only install the browsers that you actually need, especially on CI. For example, if you're only testing with Chromium, install just Chromium which might save you up to 50s.
Only install the browsers that you actually need, especially on CI. For example, if you're only testing with Chromium, install just Chromium.
```bash title=".github/workflows/playwright.yml"
# Instead of installing all browsers