Add Gitea GUI smoke test
Some checks failed
Release Dry Run / release-dry-run (push) Successful in 18s
Build / build (push) Successful in 21s
Codex Template Compliance / template-compliance (push) Successful in 5s
GUI Smoke Test / gui-smoke (push) Failing after 9m27s
Scheduled Security Scan / security-scan (push) Failing after 10s
Scheduled Repository Cleanup Check / cleanup-check (push) Successful in 6s
Scheduled Dependency Check / dependency-check (push) Successful in 11s

This commit is contained in:
ToxicCrzay270
2026-05-19 23:38:14 +02:00
parent 37a0c78337
commit 44839c254a
5 changed files with 94 additions and 1 deletions

View File

@@ -62,6 +62,8 @@ npm run audit
CI verification runs on the Gitea runner through `.gitea/workflows/build.yml`.
GUI smoke verification runs on the Gitea runner through `.gitea/workflows/gui-smoke.yml`. It builds the app, starts `vite preview`, opens the UI in Chromium, and uploads a screenshot artifact.
## Project Structure
```text