Skip to content

Commit 54c4013

Browse files
authored
Use Chrome for Testing for Selenium testing (#1892)
* Use Chrome for Testing to fix Selenium tests * Unintentional
1 parent 6163276 commit 54c4013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build:examples": "babel-node examples/buildAll.js",
1717
"clean": "rimraf dist && rimraf chrome/dist && rimraf edge/dist && rimraf firefox/dist",
1818
"test:app": "cross-env BABEL_ENV=test jest test/app",
19-
"test:chrome": "jest test/chrome",
19+
"test:chrome": "cross-env SE_FORCE_BROWSER_DOWNLOAD=true jest test/chrome",
2020
"build:test:electron:fixture": "webpack --config test/electron/fixture/webpack.config.js",
2121
"test:electron": "pnpm run build:test:electron:fixture && jest test/electron",
2222
"test": "pnpm run test:app && pnpm run test:chrome && pnpm run test:electron",

0 commit comments

Comments
 (0)