test(cockpit-chat): aimock e2e for input/threads/timeline/theming (Task #4 batch)#476
Merged
Conversation
…heming Task #4 batch (4 of 7 deferred chat caps). Generated via scripts/generate-aimock-scaffold.ts; fixtures + spec assertions hand-authored. Each cap gets one chat-message rendering test plus one cap-distinctive surface test. Caps covered: - c-input (raw primitives, like c-messages): user+AI bubbles, count=2. - c-threads (composed <chat>): AI text, chat-thread-list mounted. - c-timeline (composed <chat>): AI text, chat-timeline-slider mounted. - c-theming (composed <chat>): AI text, four theme picker buttons present. Deferred from this batch (separate follow-ups): - c-generative-ui + c-a2ui: require multi-turn / rich-content fixtures (tool_calls turn + continuation, or inline A2UI JSONL emission). Safer to author with backend-trace verification than hand-author. - c-debug: demo has no <chat-input> affordance (only <chat-debug> viewer). Either add an input or wire chat-debug to expose one. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Task #4 batch — adds aimock e2e coverage to 4 of the 7 deferred chat caps. Generated mechanically via `scripts/generate-aimock-scaffold.ts` (PR #472); fixtures + spec assertions hand-authored.
Caps covered (4)
Deferred (separate follow-up PRs)
Test plan
🤖 Generated with Claude Code