👽 Configures frontend tests suit

This commit is contained in:
Rune Harlyk
2024-05-03 15:42:52 +02:00
committed by Rune Harlyk
parent 00381579db
commit 2b4d196e7c
14 changed files with 349 additions and 102 deletions
+2
View File
@@ -34,6 +34,8 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run tests
run: pnpm test