Skip to content

Commit

Permalink
chore: e2e: add npm test command
Browse files Browse the repository at this point in the history
  • Loading branch information
okadurin committed Sep 29, 2024
1 parent f6477d5 commit b6c3da0
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 @@ -26,7 +26,7 @@
"repo:clean-slate": "git clean -dfX",
"repo:diff-package-lock": "npx diff-package-lock",
"start": "rocket start",
"test": "run-p test:browser test:node",
"test": "run-p test:browser test:node test:e2e",
"test:browser": "web-test-runner --coverage",
"test:browserstack": "web-test-runner --config ./web-test-runner-browserstack.config.js",
"test:e2e": "npx playwright test",
Expand Down

0 comments on commit b6c3da0

Please sign in to comment.