install playwright for unit tests

This commit is contained in:
Timo K
2026-05-11 18:22:58 +02:00
parent 20d14fa4e0
commit 53626785b3

View File

@@ -22,6 +22,8 @@ jobs:
- name: Install dependencies
# ignore-pnpmfile should never be commited. Make CI crash if it happened (`pnpmfileChecksum` is present)
run: "pnpm install --frozen-lockfile --ignore-pnpmfile"
- name: Install Playwright Browsers
run: pnpm exec playwright install
- name: Vitest
run: "pnpm run test:coverage"
- name: Upload to codecov