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 15d8dd5 commit 5872cffCopy full SHA for 5872cff
cypress.config.js
@@ -9,7 +9,7 @@ module.exports = defineConfig({
9
setupNodeEvents(on, config) {
10
puppeteerSetup(on)
11
12
- return getChromiumWebBrowsers(config)
+ // return getChromiumWebBrowsers(config)
13
},
14
15
fixturesFolder: false,
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"cy:open": "cypress open",
8
"test": "cypress run --browser chrome",
- "test:cloud": "cypress run --record --browser chrome"
+ "test:cloud": "cypress run --record --browser electron"
"keywords": [
"cypress",
0 commit comments