Skip to content

Commit

Permalink
feat: Run Cypress tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha committed Aug 30, 2023
1 parent 14030fa commit 6116c9e
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 @@ -14,7 +14,7 @@
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "vitest",
"storybook": "storybook dev -p 6006",
"test:e2e": "cypress run",
"test:e2e": "cypress run --parallel",
"test:e2e:interact": "cypress open --browser chrome --e2e",
"git-pull": "git pull --recurse-submodules",
"postinstall": "chmod +x ./post-install.sh && ./post-install.sh"
Expand Down

0 comments on commit 6116c9e

Please sign in to comment.