Skip to content

Commit 5c75554

Browse files
committed
ci: npm test will install playright dependencies before running tests
1 parent 1563529 commit 5c75554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prepare": "husky install",
4949
"serveTest": "http-server . -p 5000 -c-1",
5050
"zipTestFiles": "gulp zipTestFiles",
51-
"test": "npx playwright test",
51+
"test": "npx playwright install --with-deps && npx playwright test",
5252
"testDebug": "npx playwright test --debug",
5353
"testChromium": "npx playwright test --project=chromium",
5454
"testFirefox": "npx playwright test --project=firefox",

0 commit comments

Comments
 (0)