Skip to content

Commit 71b3b8b

Browse files
install chrome
1 parent 0ed3f02 commit 71b3b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feature-management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint": "eslint src/ test/ --ignore-pattern test/browser/testcases.js",
3232
"fix-lint": "eslint src/ test/ --fix --ignore-pattern test/browser/testcases.js",
3333
"test": "mocha out/esm/test/*.test.js out/commonjs/test/*.test.js --parallel",
34-
"test-browser": "vitest --config vitest.browser.config.ts run"
34+
"test-browser": "npx playwright install chromium && vitest --config vitest.browser.config.ts run"
3535
},
3636
"repository": {
3737
"type": "git",

0 commit comments

Comments
 (0)