@@ -17,25 +17,25 @@ pnpm exec wdio run tests/e2e/wdio.conf.ts --spec tests/e2e/specs/capture-screens
1717
1818## What Gets Captured
1919
20- ### Page Screenshots (content area only — no sidebar/titlebar)
21-
22- | Screenshot | Page | Content |
23- | ---| ---| ---|
24- | ` dashboard.png ` | Dashboard | Gateway status, stats cards, client config snippet |
25- | ` servers.png ` | My Servers | Installed servers with connection states |
26- | ` discover.png ` | Discover | Server registry (mock bundle with 14 servers) |
27- | ` spaces.png ` | Spaces | Workspace cards (default + 5 additional) |
28- | ` featuresets.png ` | FeatureSets | Permission bundles |
29- | ` clients.png ` | Clients | Connected AI clients (Cursor, VS Code, Claude Desktop , Windsurf, Claude Code) |
30- | ` settings.png ` | Settings | App settings page |
20+ ### Page Screenshots
21+
22+ | Screenshot | Page | Type | Content |
23+ | ---| ---| ---| --- |
24+ | ` dashboard.png ` | Dashboard | content area | Gateway status, stats cards, client config snippet |
25+ | ` servers.png ` | My Servers | content area | Installed servers with connection states |
26+ | ` discover.png ` | Discover | content area | Server registry (mock bundle with 14 servers) |
27+ | ` spaces.png ` | Spaces | content area | Workspace cards (default + 5 additional) |
28+ | ` featuresets.png ` | FeatureSets | content area | Permission bundles |
29+ | ` clients.png ` | Clients | full window | OAuth consent modal over connected clients (Cursor, VS Code, Windsurf, Claude Code) |
30+ | ` settings.png ` | Settings | content area | App settings page |
3131
3232### Detail Screenshots (modals, panels, focused views)
3333
3434| Screenshot | Content |
3535| ---| ---|
3636| ` featureset-detail.png ` | Feature set panel with permission checkboxes |
37- | ` client-detail.png ` | Client detail panel with connection mode/locking |
38- | ` client-permissions.png ` | Client panel with Permissions section expanded (feature set granting ) |
37+ | ` client-detail.png ` | Client detail panel with Permissions section (Quick Settings collapsed) |
38+ | ` client-permissions.png ` | Client panel with Effective Features section expanded (resolved tools/prompts/resources ) |
3939| ` server-expanded.png ` | Server card expanded showing tools, prompts, resources |
4040| ` space-switcher.png ` | Sidebar with space switcher dropdown open (full window) |
4141| ` install-modal.png ` | Server install modal from registry |
0 commit comments