Skip to content

Commit ad0886f

Browse files
authored
change default to electron (chromium not currently working)
1 parent 292b011 commit ad0886f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
PLUGIN_NAME: 'netlify-plugin-cypress',
3-
DEFAULT_BROWSER: 'chromium',
3+
DEFAULT_BROWSER: 'electron',
44
}

0 commit comments

Comments
 (0)