test(e2e): split + expand agent-scenarios into Phase A (22 → 47 tests)

- phase-a-structure.test.ts (156 lines, 14 tests): structural integrity,
  settings panel, sidebar gear, accent colors, project name/icon, grid layout
- phase-a-agent.test.ts (210 lines, 14 tests): agent pane, prompts,
  provider badge, cost display, context meter, status transitions
- phase-a-navigation.test.ts (297 lines, 19 tests): terminal tabs,
  command palette, focus switching, palette categories, shortcut hints
- Original agent-scenarios.test.ts (429 lines) deleted
- 25 new exhaustive tests added
This commit is contained in:
Hibryda 2026-03-18 03:46:40 +01:00
parent 56971c3f27
commit 718133f9f6
7 changed files with 673 additions and 434 deletions

View file

@ -45,8 +45,11 @@ export const config = {
resolve(projectRoot, 'tests/e2e/specs/settings.test.ts'),
resolve(projectRoot, 'tests/e2e/specs/features.test.ts'),
resolve(projectRoot, 'tests/e2e/specs/terminal-theme.test.ts'),
resolve(projectRoot, 'tests/e2e/specs/agent-scenarios.test.ts'),
resolve(projectRoot, 'tests/e2e/specs/phase-b.test.ts'),
resolve(projectRoot, 'tests/e2e/specs/phase-a-structure.test.ts'),
resolve(projectRoot, 'tests/e2e/specs/phase-a-agent.test.ts'),
resolve(projectRoot, 'tests/e2e/specs/phase-a-navigation.test.ts'),
resolve(projectRoot, 'tests/e2e/specs/phase-b-grid.test.ts'),
resolve(projectRoot, 'tests/e2e/specs/phase-b-llm.test.ts'),
resolve(projectRoot, 'tests/e2e/specs/phase-c-ui.test.ts'),
resolve(projectRoot, 'tests/e2e/specs/phase-c-tabs.test.ts'),
resolve(projectRoot, 'tests/e2e/specs/phase-c-llm.test.ts'),