Add template-guide E2E test and release validation gate (v4.0.7)

This commit is contained in:
xRangerDE
2026-02-16 13:30:55 +01:00
parent 1e5e9137ff
commit e4ab08cd88
6 changed files with 161 additions and 7 deletions
+6
View File
@@ -45,9 +45,15 @@ npm start
# Quick UI smoke test
npm run test:e2e
# Template guide + live preview checks
npm run test:e2e:guide
# Full end-to-end validation pass
npm run test:e2e:full
# Release validation suite (build + smoke + guide + full)
npm run test:e2e:release
# Build Windows installer
npm run dist:win
```