Skip to content

Commit 93a80e7

Browse files
committed
Override chrome version from env var
1 parent bb2e369 commit 93a80e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/support/cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module.exports = defineConfig({
66
baseUrl: `http://localhost:${process.env.CLIENT_PORT}`,
77
supportFile: path.resolve(path.join(__dirname, './cypress.js')),
88
specPattern: path.resolve(path.join(__dirname, '../test/**/*.cy.spec.js')),
9-
defaultBrowser: 'chrome',
9+
defaultBrowser: process.env.CYPRESS_BROWSER ?? "chrome",
1010
},
1111
})

0 commit comments

Comments
 (0)