II.
LibrarySkill overview
Reference · livelib-skill:cli-mcp-development--cli-e2e-test-harness
cli-e2e-test-harness overview
Set up E2E test harness for CLI applications with process spawning and assertions.
Attributes
displayName
cli-e2e-test-harness
description
Set up E2E test harness for CLI applications with process spawning and assertions.
libraryPath
library/specializations/cli-mcp-development/skills/cli-e2e-test-harness/SKILL.md
specialization
cli-mcp-development
contentSummary
# CLI E2E Test Harness
Set up E2E test harness for CLI applications.
## Generated Patterns
```typescript
import { spawn, SpawnOptions } from 'child_process';
interface CLIResult {
stdout: string;
stderr: string;
exitCode: number | null;
}
export async function runCLI(args:
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:cli-mcp-development·Specialization
lib_covers_topic1
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:feature-development·Workflow
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:platform-engineer·Role
lib_requires_skill_area2
- skill-area:cli-design·SkillAreaCLI Design
- skill-area:e2e-testing·SkillAreaEnd-to-End Testing
Incoming edges
None.