 Jason WoltjeandClaude Opus 4.5
|
c68b541b6f
|
fix(#226): Remediate code review findings for E2E tests
- Fix CRITICAL: Remove unused imports (Test, TestingModule, CleanupService)
- Fix CRITICAL: Remove unused mockValkeyService declaration
- Fix IMPORTANT: Rename misleading test describe/names to match actual behavior
- Fix IMPORTANT: Verify spawned agents exist before kill-all assertion
Co-Authored-By: Claude Opus 4.5 <[email protected]>
|
2026-02-05 13:26:21 -06:00 |
|
 Jason WoltjeandClaude Opus 4.5
|
c8c81fc437
|
test(#226,#227,#228): Add E2E integration tests for agent orchestration
Add comprehensive E2E test suites covering:
- Full agent lifecycle (spawn → running → completed/failed) - 7 tests
- Killswitch emergency stop mechanism (single/all/partial) - 5 tests
- Concurrent agent spawning and isolation - 5 tests
Includes vitest config for integration test runner with 30s timeout.
Fixes #226
Fixes #227
Fixes #228
Co-Authored-By: Claude Opus 4.5 <[email protected]>
|
2026-02-05 12:46:44 -06:00 |
|