Skip to content

Commit 15b58fe

Browse files
committed
Do not install playwright deps on remix integration tests
1 parent f7a6c90 commit 15b58fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"test:integration:ci:common": "run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server",
104104
"test:integration:prepare": "(cd test/integration && yarn install)",
105105
"test:integration:clean": "(cd test/integration && rimraf .cache node_modules build)",
106-
"test:integration:client": "yarn playwright install-deps && yarn playwright test test/integration/test/client/ --project='chromium'",
106+
"test:integration:client": "yarn playwright test test/integration/test/client/ --project='chromium'",
107107
"test:integration:client:ci": "yarn test:integration:client",
108108
"test:integration:server": "export NODE_OPTIONS='--stack-trace-limit=25' && vitest run",
109109
"test:unit": "jest",

0 commit comments

Comments
 (0)