agent-orchestrator/tests/e2e/specs
Hibryda 77b9ce9f62 feat: unified E2E testing engine — 205 tests, dual-stack support
Infrastructure:
- adapters/: base, tauri (port 9750), electrobun (port 9761 + PTY daemon)
- helpers/: 120+ centralized selectors, reusable actions, custom assertions
- wdio.shared.conf.js + stack-specific configs

18 unified specs (205 tests):
splash(6) smoke(15) settings(19) terminal(14) agent(15) search(12)
files(15) comms(10) tasks(10) theme(12) groups(12) keyboard(8)
notifications(10) diagnostics(8) status-bar(12) context(9)
worktree(8) llm-judged(10)

Daemon: --stack tauri|electrobun|both flag
Scripts: test:e2e:tauri, test:e2e:electrobun, test:e2e:both
2026-03-22 05:27:36 +01:00
..
agent.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
comms.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
context.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
diagnostics.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
features.test.ts refactor(e2e): complete agor.test.ts split (799 lines → 5 files) 2026-03-18 03:11:10 +01:00
files.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
groups.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
keyboard.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
llm-judged.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
notifications.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
phase-a-agent.test.ts fix(e2e): fix remaining selector and state issues (3 files) 2026-03-18 04:56:06 +01:00
phase-a-navigation.test.ts fix(e2e): fix remaining selector and state issues (3 files) 2026-03-18 04:56:06 +01:00
phase-a-structure.test.ts fix(e2e): update selectors for redesigned UI (9 spec files) 2026-03-18 04:45:22 +01:00
phase-b-grid.test.ts fix(e2e): update selectors for redesigned UI (9 spec files) 2026-03-18 04:45:22 +01:00
phase-b-llm.test.ts test(e2e): split + expand phase-b into grid + LLM specs 2026-03-18 03:47:16 +01:00
phase-c-llm.test.ts fix(e2e): update selectors for redesigned UI (9 spec files) 2026-03-18 04:45:22 +01:00
phase-c-tabs.test.ts fix(e2e): update selectors for redesigned UI (9 spec files) 2026-03-18 04:45:22 +01:00
phase-c-ui.test.ts refactor(e2e): split spec files under 300-line limit 2026-03-18 03:09:29 +01:00
phase-d-errors.test.ts test(e2e): add Phase D/E/F specs covering new architecture (54 tests) 2026-03-18 03:20:37 +01:00
phase-d-settings.test.ts test(e2e): add Phase D/E/F specs covering new architecture (54 tests) 2026-03-18 03:20:37 +01:00
phase-e-agents.test.ts test(e2e): add Phase D/E/F specs covering new architecture (54 tests) 2026-03-18 03:20:37 +01:00
phase-e-health.test.ts test(e2e): add Phase D/E/F specs covering new architecture (54 tests) 2026-03-18 03:20:37 +01:00
phase-f-llm.test.ts test(e2e): add Phase D/E/F specs covering new architecture (54 tests) 2026-03-18 03:20:37 +01:00
phase-f-search.test.ts test(e2e): add Phase D/E/F specs covering new architecture (54 tests) 2026-03-18 03:20:37 +01:00
search.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
settings.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
smoke.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
splash.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
status-bar.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
tasks.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
terminal-theme.test.ts fix(e2e): update selectors for redesigned UI (9 spec files) 2026-03-18 04:45:22 +01:00
terminal.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
theme.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00
workspace.test.ts refactor(e2e): split spec files under 300-line limit 2026-03-18 03:09:29 +01:00
worktree.test.ts feat: unified E2E testing engine — 205 tests, dual-stack support 2026-03-22 05:27:36 +01:00