Skip to content

Commit 7812f13

Browse files
committed
avoid playwright install on remix-integration tests
1 parent 4a4f98c commit 7812f13

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
@@ -110,7 +110,7 @@
110110
"test:integration:ci": "run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server",
111111
"test:integration:prepare": "(cd test/integration && yarn install)",
112112
"test:integration:clean": "(cd test/integration && rimraf .cache node_modules build)",
113-
"test:integration:client": "yarn playwright install-deps && yarn playwright test test/integration/test/client/ --project='chromium'",
113+
"test:integration:client": "yarn playwright test test/integration/test/client/ --project='chromium'",
114114
"test:integration:client:ci": "yarn test:integration:client",
115115
"test:integration:server": "export NODE_OPTIONS='--stack-trace-limit=25' && vitest run",
116116
"test:unit": "vitest run --config vitest.config.unit.ts",

0 commit comments

Comments
 (0)