Add full end-to-end test command and runner

Introduce a longer smoke-test-full workflow for validating queue, media tools, localization, and reliability flows in one pass, and document both quick and full test commands for contributors.
This commit is contained in:
xRangerDE
2026-02-14 22:59:29 +01:00
parent 0d23b01800
commit e261ca5281
3 changed files with 440 additions and 0 deletions
+6
View File
@@ -42,6 +42,12 @@ npm run build
# Run app in dev mode
npm start
# Quick UI smoke test
npm run test:e2e
# Full end-to-end validation pass
npm run test:e2e:full
# Build Windows installer
npm run dist:win
```