Test Automation
SkillProductivityLets your agent follow complex multi-step task plans deterministically instead of improvising.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Test Automation skill
About this capability
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
What this skill tells your AI
The instructions your AI receives, as published by a5c-ai/babysitter in library/methodologies/automaker/skills/test-automation/SKILL.md and read by ahel’s review.
Execute Vitest and Playwright test suites with result collection and failure analysis.
Agent
Test Runner - automaker-test-runner
Workflow
- Navigate to worktree path
- Run Vitest unit tests (npx vitest run --reporter=json)
- Run Playwright E2E tests (npx playwright test --reporter=json)
- Collect pass/fail counts per suite
- Extract failure messages and stack traces
- Measure code coverage
- Identify flaky tests
- Analyze failure root causes for convergence
Inputs
projectName- Project namefeatureId- Feature identifierworktreePath- Path to isolated worktreetestFramework- Framework: 'vitest', 'playwright', 'both'changedFiles- Files changed by implementation
Outputs
- Test results with allPassed, counts, failures, coverage, flaky tests
Process Files
automaker-orchestrator.js- Phase 3 (testing)automaker-agent-execution.js- Stages 4-5automaker-review-ship.js- Integration testing
Signals
- GitHub stars
- 2k
- Forks
- 106
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
test-automation- Source
- github.com/a5c-ai/babysitter