test : changed test format + added playwright support

This commit is contained in:
2026-05-03 21:52:02 +02:00
committed by djalim
parent 08894730a3
commit a6042087dc
52 changed files with 3576 additions and 5212 deletions
+1
View File
@@ -12,6 +12,7 @@
"update": "deno run -A -r https://fresh.deno.dev/update .",
"test": "deno test -A --no-check tests/",
"test:unit": "deno test -A --no-check tests/unit/",
"test:database": "deno test -A --no-check tests/database/",
"test:integration": "deno test -A --no-check tests/integration/",
"test:e2e": "deno test -A --no-check tests/e2e/",
"test:coverage": "deno test -A --no-check --coverage=coverage tests/ && deno coverage coverage --exclude=tests/",