Skip to content

Commit fee6a6b

Browse files
authored
Update README.md
1 parent ad0886f commit fee6a6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ And then add the plugin's name to the list of build plugins in `netlify.toml` fi
2020

2121
### Chromium install
2222

23+
*note:* the most recent version does not install chromium (it is broken), so it defaults to using the built in electron browser.
24+
2325
This plugin installs [via Puppeteer](https://github.com/puppeteer/puppeteer) Chromium browser, which is also cached inside `./node_modules` folder.
2426

2527
## How does it work
@@ -202,6 +204,8 @@ See [cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-
202204

203205
### browser
204206

207+
*note:* the most recent version does not install chromium (it is broken), so it defaults to using the built in electron browser.
208+
205209
By default all tests run using the Chromium browser. If you want to use Electron:
206210

207211
```toml

0 commit comments

Comments
 (0)