test(e2e): split + expand phase-b into grid + LLM specs

- phase-b-grid.test.ts (227 lines): multi-project grid, tab switching,
  status bar, accent colors, project icons, scroll, tab bar completeness
- phase-b-llm.test.ts (211 lines): LLM-judged agent response, code gen,
  context tab, tool calls, cost display, session persistence
- Original phase-b.test.ts (377 lines) deleted
- New exhaustive tests added for grid layout and agent interaction
This commit is contained in:
Hibryda 2026-03-18 03:47:16 +01:00
parent 718133f9f6
commit 91a3b56dba
6 changed files with 447 additions and 380 deletions

View file

@ -140,7 +140,9 @@ jobs:
xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24" \
npx wdio tests/e2e/wdio.conf.js \
--spec tests/e2e/specs/agor.test.ts \
--spec tests/e2e/specs/agent-scenarios.test.ts
--spec tests/e2e/specs/phase-a-structure.test.ts \
--spec tests/e2e/specs/phase-a-agent.test.ts \
--spec tests/e2e/specs/phase-a-navigation.test.ts
- name: Run E2E tests (Phase B — multi-project)
if: success()