Skip to content

Commit

Permalink
added test:browser npm target that runs cypress component tests
Browse files Browse the repository at this point in the history
  • Loading branch information
metincansiper committed Jan 3, 2024
1 parent 69b8607 commit f69b99f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"preview": "vite preview",
"test": "jest",
"storybook": "storybook dev -p 6007",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"test:browser": "cypress run --component"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down

0 comments on commit f69b99f

Please sign in to comment.