Skip to content

Commit

Permalink
Installing playwright deps for CI browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jawj committed Jan 6, 2025
1 parent 099ab64 commit 2a857ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"format:fix": "prettier -w .",
"testNode": "./export.sh && vitest run --dir=tests/cli --environment=node --no-file-parallelism",
"testEdge": "./export.sh && vitest run --dir=tests/cli --environment=edge-runtime --no-file-parallelism",
"testChrome": "./export.sh && playwright install && vitest run --dir=tests/browser --browser --config=tests/browser/vite.config.mts --no-file-parallelism"
"testChrome": "./export.sh && playwright install --with-deps && vitest run --dir=tests/browser --browser --config=tests/browser/vite.config.mts --no-file-parallelism"
},
"devDependencies": {
"@edge-runtime/vm": "^5.0.0",
Expand Down

0 comments on commit 2a857ba

Please sign in to comment.