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 01e73a1 commit 566136eCopy full SHA for 566136e
dev-packages/browser-integration-tests/package.json
@@ -9,11 +9,10 @@
9
"private": true,
10
"scripts": {
11
"clean": "rimraf -g suites/**/dist loader-suites/**/dist tmp",
12
- "install-browsers": "npx playwright install",
+ "install-browsers": "npx playwright install --with-deps",
13
"lint": "eslint . --format stylish",
14
"fix": "eslint . --format stylish --fix",
15
"type-check": "tsc",
16
- "postinstall": "yarn install-browsers",
17
"pretest": "yarn clean && yarn type-check",
18
"test": "yarn test:all --project='chromium'",
19
"test:all": "npx playwright test -c playwright.browser.config.ts",
0 commit comments