feat(ci): UAT / live-integration tier — scheduled + release gate - #234
Merged
Conversation
Two checked-in drive scripts (CI and local runs share one implementation) + the workflow: - tests/uat/live_app_uat.sh — a REAL scrybe-app headless (Xvfb+dbus, the headless-ui-verify incantation) on an ISOLATED socket; asserts the live contract end-to-end: CLI read/edit/save round-trip with dirty-by-design disk semantics, tabs, MCP state/export_figures against the same app, figure PNG on disk + verified extract (B5), isError for bad paths (A4), and socket-only quit actually terminating the process (#232 — this script's first local run CAUGHT that bug). - tests/uat/tui_drive.sh — the TUI wave's live drives codified on a dedicated tmux server: the #163 wrap acceptance (G reaches the true end, truthful indicator), the #164 syntect color check (distinct RGB foregrounds in a captured frame), the #162 scrybe view gates. - .github/workflows/uat.yml — nightly + release-published + manual; NEVER per-PR (HOOK PARITY note: deliberately not mirrored — the expensive live tier per the repo's testing philosophy). Install-smoke jobs (npm/pip, brew cask on macOS) run on release only. Scheduled failures auto-comment on #192. The issue's original premises updated by events: the #[ignore]d tests it cites were ported to per-PR mocks (A1/A3), and no self-hosted runner is needed — ubuntu-latest carries the Xvfb harness. Fixes #192 Co-Authored-By: Claude Opus 4.8 (gnuc orchestrator) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements #192 (premises refreshed: the cited ignored tests became per-PR mocks in A1/A3; no self-hosted runner needed — ubuntu-latest carries the Xvfb+dbus harness). Two checked-in scripts shared by CI and local runs +
uat.yml(nightly + release + manual, never per-PR; scheduled failures auto-comment on #192; install-smokes npm/pip/brew on release only).Receipts:
tui_drive.sh9/9 locally ·live_app_uat.sh14/14 locally post-#233 — and this script's first run caught #232 (socket quit never terminated the process; pkill had masked it forever), fixed + verified in #233 before this gate even merged.Fixes #192