mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-07-29 00:29:20 +00:00
feat(tests): add Playwright E2E testing task to Taskfile
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user