Skip to content

Commit a4a31a2

Browse files
committed
feat: chromium should be the default browser
1 parent 8a6a313 commit a4a31a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const debugVerbose = require('debug')('netlify-plugin-cypress:verbose')
66
const { ping, getBrowserPath, serveFolder } = require('./utils')
77

88
const PLUGIN_NAME = 'netlify-plugin-cypress'
9-
const DEFAULT_BROWSER = 'electron'
9+
const DEFAULT_BROWSER = 'chromium'
1010

1111
function startServerMaybe(run, options = {}) {
1212
const startCommand = options.start

0 commit comments

Comments
 (0)