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.
2 parents bb2e369 + 93a80e7 commit 66c118eCopy full SHA for 66c118e
e2e/support/cypress.config.js
@@ -6,6 +6,6 @@ module.exports = defineConfig({
6
baseUrl: `http://localhost:${process.env.CLIENT_PORT}`,
7
supportFile: path.resolve(path.join(__dirname, './cypress.js')),
8
specPattern: path.resolve(path.join(__dirname, '../test/**/*.cy.spec.js')),
9
- defaultBrowser: 'chrome',
+ defaultBrowser: process.env.CYPRESS_BROWSER ?? "chrome",
10
},
11
})
0 commit comments