agent-orchestrator/packages/cli/__tests__/commands
Priyanshu Choudhary c1e775c925 test(cli): mock exec for ps verification in stop test
killDashboardOnPort runs a unix-only `ps` cmdline check before killing.
Without mocking exec, the call rejects and the catch returns false, so
killProcessTree is never called and the assertion fails on Linux CI.
2026-04-25 17:40:06 +05:30
..
completion.test.ts add zsh completion support for ao (#1374) 2026-04-24 03:48:25 +05:30
dashboard.test.ts fix(windows): update @composio imports to @aoagents scope 2026-04-10 02:28:12 +05:30
doctor.test.ts feat(cli): install-aware ao update, startup notifier, doctor version check (#1156) 2026-04-13 11:46:26 +05:30
init.test.ts Resolve remaining PR review comments 2026-03-17 15:51:02 +05:30
open.test.ts Add multi-project storage, resolution, and project settings support (#1343) 2026-04-21 17:45:55 +05:30
plugin.test.ts Reapply "Merge branch 'main' into feat/windows-platform-adapter" 2026-04-10 02:06:19 +05:30
project.test.ts Add multi-project storage, resolution, and project settings support (#1343) 2026-04-21 17:45:55 +05:30
report.test.ts fix: address PR #1300 requested changes 2026-04-18 11:13:53 +05:30
review-check.test.ts Add multi-project storage, resolution, and project settings support (#1343) 2026-04-21 17:45:55 +05:30
send.test.ts Merge branch 'main' into feat/windows-platform-adapter 2026-04-24 02:45:37 +05:30
session.test.ts Merge branch 'main' into feat/windows-platform-adapter 2026-04-24 02:45:37 +05:30
setup.test.ts Reapply "Merge branch 'main' into feat/windows-platform-adapter" 2026-04-10 02:06:19 +05:30
spawn.test.ts fix(cli): hide legacy second positional from ao spawn help (#1491) 2026-04-25 02:16:32 +05:30
start.test.ts test(cli): mock exec for ps verification in stop test 2026-04-25 17:40:06 +05:30
status.test.ts feat(cli): filter terminated sessions from ao session ls / ao status by default (#1340) 2026-04-20 13:05:34 +05:30
update.test.ts feat(cli): install-aware ao update, startup notifier, doctor version check (#1156) 2026-04-13 11:46:26 +05:30