feat(studio): improve test details view layout#1017
Merged
Conversation
- Move scores/evaluator score cards inside Checks tab (hidden from other tabs) - Put tab navigation at the top so Files tab editor fills maximum height - Add grader-name pill to each assertion card (shows evaluator type) - Group assertions by evaluator when per-score assertion data is available - Compact header shows testId + metadata without score bars Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Deploying agentv with
|
| Latest commit: |
2a8548e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c82e0a83.agentv.pages.dev |
| Branch Preview URL: | https://feat-1014-studio-test-detail.agentv.pages.dev |
Collaborator
Author
E2E VerificationRed (before — main, port 3001)Score summary + Evaluator Scores cards rendered above the Checks/Files tabs. Tabs buried halfway down the panel. Key observations:
Green (after — worktree, port 3002)Checks tab: Tabs at top → "Overall score" + "Evaluator Scores" cards inside tab → assertions grouped under LLM-GRADER section heading → each assertion card shows Files tab: File tree + Monaco editor fills the panel. No score cards visible. Acceptance signals verified:
|
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.
Closes #1014
Summary
llm-grader,is-json).Red / Green UAT
Red (before): Scores and evaluator score cards were rendered outside the tabs, appearing in every tab (Files, Feedback). Tabs appeared below a large score section, leaving little room for the editor. No grader name on assertion cards.
Green (after): Scores only appear in Checks tab. Tabs are at top. Files tab editor fills the full height. Assertion cards show a
GraderPillbadge on the right.