From 1c1968c752b2f57e384cae9084ee74b32edc1fe4 Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 31 Mar 2026 03:00:04 +0300 Subject: [PATCH] feat(tests): add Playwright E2E testing task to Taskfile --- Taskfile.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: