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 1563529 commit 5c75554Copy full SHA for 5c75554
1 file changed
package.json
@@ -48,7 +48,7 @@
48
"prepare": "husky install",
49
"serveTest": "http-server . -p 5000 -c-1",
50
"zipTestFiles": "gulp zipTestFiles",
51
- "test": "npx playwright test",
+ "test": "npx playwright install --with-deps && npx playwright test",
52
"testDebug": "npx playwright test --debug",
53
"testChromium": "npx playwright test --project=chromium",
54
"testFirefox": "npx playwright test --project=firefox",
0 commit comments