Skip to content

Commit

Permalink
test: Run playwright install before running vitest headless browser mode
Browse files Browse the repository at this point in the history
  • Loading branch information
spuxx-dev committed Feb 20, 2025
1 parent f8a215e commit 22a28cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"build": "vite build",
"types": "tsc --noEmit",
"test": "pnpm test:vitest",
"test:vitest": "vitest --workspace=vitest.workspace.ts --browser.headless",
"test:vitest": "pnpx exec playwright install && vitest --workspace=vitest.workspace.ts --browser.headless",
"test:vitest:browser": "pnpx exec playwright install && vitest --workspace=vitest.workspace.ts"
},
"devDependencies": {
Expand Down

0 comments on commit 22a28cb

Please sign in to comment.