We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6a313 commit a4a31a2Copy full SHA for a4a31a2
src/index.js
@@ -6,7 +6,7 @@ const debugVerbose = require('debug')('netlify-plugin-cypress:verbose')
6
const { ping, getBrowserPath, serveFolder } = require('./utils')
7
8
const PLUGIN_NAME = 'netlify-plugin-cypress'
9
-const DEFAULT_BROWSER = 'electron'
+const DEFAULT_BROWSER = 'chromium'
10
11
function startServerMaybe(run, options = {}) {
12
const startCommand = options.start
0 commit comments