File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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+ 
2325This 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+ 
205209By default all tests run using the Chromium browser. If you want to use Electron:
206210
207211``` toml 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments