Skip to content

Commit

Permalink
Install browser dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Corner committed Feb 3, 2024
1 parent 17f53f1 commit b6b7eba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
"storybook:serve:start": "pm2 start ./serve-storybook.js --name storybook",
"storybook:serve:stop": "pm2 delete storybook",
"test": "run-s test:unit test:lint test:playwright",
"test:playwright": "pnpm run storybook:build && pnpm run storybook:serve:start && npx playwright test && pnpm run storybook:serve:stop",
"pretest:playwright": "npx playwright install --with-deps",
"test:playwright:headed": "npx playwright install --with-deps && pnpm run storybook:build && pnpm run storybook:serve:start && npx playwright test --headed && pnpm run storybook:serve:stop",
"test:playwright": "pnpm exec playwright install --with-deps && pnpm run storybook:build && pnpm run storybook:serve:start && pnpm exec playwright test && pnpm run storybook:serve:stop",
"test:playwright:headed": "pnpm exec playwright install --with-deps && pnpm run storybook:build && pnpm run storybook:serve:start && pnpm exec playwright test --headed && pnpm run storybook:serve:stop",
"test:lint": "eslint ./src",
"test:unit": "vitest --run --coverage",
"test:watch": "vitest",
Expand Down

0 comments on commit b6b7eba

Please sign in to comment.