Skip to content

Commit

Permalink
chore: add script alias test:unit and test:e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol committed Jan 10, 2025
1 parent 478c7e3 commit 5becb69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,12 @@
"// ---------- 自动化发测试包 ----------": "",
"auto-build-pub": "pnpm -C internals/automate auto-build-pub",
"// ---------- unit单元测试 ----------": "",
"test:unit": "pnpm test:unit3",
"test:unit2": "pnpm -C examples/vue2 test:unit",
"test:unit2.7": "pnpm -C examples/vue2.7 test:unit",
"test:unit3": "pnpm -C examples/vue3 test:unit",
"// ---------- e2e自动化测试 ----------": "",
"test:e2e": "pnpm test:e2e3",
"test:e2e2": "pnpm -C examples/vue2 test:e2e --project=chromium",
"test:e2e2.7": "pnpm -C examples/vue2.7 test:e2e --project=chromium",
"test:e2e3": "pnpm -C examples/vue3 test:e2e --project=chromium",
Expand Down

0 comments on commit 5becb69

Please sign in to comment.