diff --git a/Taskfile.yml b/Taskfile.yml index 0b1faa2..0cb45e1 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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: