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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user