Skip to content

Commit c7ca4e3

Browse files
ochafikclaude
andcommitted
test: add e2e test and golden for transcript-server
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7a115ce commit c7ca4e3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/e2e/servers.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const DYNAMIC_MASKS: Record<string, string[]> = {
2222
"#info-uptime", // System uptime
2323
],
2424
threejs: ["#threejs-canvas", ".threejs-container"], // 3D render canvas (dynamic animation)
25+
transcript: ["#timer"], // Timer display (dynamic when recording)
2526
"wiki-explorer": ["#graph"], // Force-directed graph (dynamic layout)
2627
};
2728

@@ -41,6 +42,7 @@ const SERVERS = [
4142
{ key: "sheet-music", name: "Sheet Music Server" },
4243
{ key: "system-monitor", name: "System Monitor Server" },
4344
{ key: "threejs", name: "Three.js Server" },
45+
{ key: "transcript", name: "Transcript Server" },
4446
{ key: "wiki-explorer", name: "Wiki Explorer" },
4547
];
4648

25 KB
Loading

0 commit comments

Comments
 (0)