Skip to content

Commit

Permalink
Prefixing the dependencies when running playwright headed
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorCLLucas committed Dec 11, 2023
1 parent 86ee666 commit 9666475
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 @@ -22,7 +22,7 @@
"test": "run-s test:unit test:lint test:playwright",
"test:playwright": "npm run storybook:build && npm run storybook:serve:start && npx playwright test && npm run storybook:serve:stop",
"pretest:playwright": "npx playwright install --with-deps",
"test:playwright:headed": "pretest:playwright && npm run storybook:build && npm run storybook:serve:start && npx playwright test --headed && npm run storybook:serve:stop",
"test:playwright:headed": "npx playwright install --with-deps && npm run storybook:build && npm run storybook:serve:start && npx playwright test --headed && npm run storybook:serve:stop",
"test:lint": "eslint ./src",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom --collectCoverage=true",
"test:watch": "react-scripts test --env=jsdom",
Expand Down

0 comments on commit 9666475

Please sign in to comment.