Fingers crossed for working CI e2e tests
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
2026-02-01 14:36:17 -03:00
parent e34e0e4c7b
commit 0266d472d9
5 changed files with 58 additions and 8 deletions

View File

@@ -20,6 +20,7 @@
"test": "vitest run",
"test:unit": "vitest run",
"test:e2e": "playwright test",
"test:e2e:update-snapshots": "bash scripts/update-e2e-snapshots.sh",
"test:all": "vitest run && playwright test",
"test:watch": "vitest"
},