feat(tests): add Playwright E2E testing task to Taskfile

This commit is contained in:
Ivan
2026-03-31 03:00:04 +03:00
parent 958e495784
commit 1c1968c752
+5
View File
@@ -155,6 +155,11 @@ tasks:
desc: Run all tests
deps: [test:be, test:fe, test:lang]
test:e2e:
desc: Playwright E2E (starts MeshChat backend + Vite; requires poetry, curl, pnpm exec playwright install chromium)
cmds:
- "{{.NPM}} run test:e2e"
test:be:
desc: Run Python tests (pytest)
cmds: