Chore/unit test (#538)

* chore: add unit test

* chore: add github action for unit test
This commit is contained in:
zuomeng wang
2022-11-29 18:15:43 +00:00
committed by GitHub
parent 5eb7830c13
commit f10237d207
7 changed files with 1915 additions and 78 deletions

View File

@@ -1,4 +1,4 @@
name: Playwright Tests
name: E2E & Unit Tests
on:
push:
branches: [pathfinder]
@@ -33,5 +33,8 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
- name: Run E2E tests
run: pnpm run test:e2e
- name: Run Unit tests
run: pnpm run test:unit