Test automation
Skill a5c-ai/babysitter/library/methodologies/automaker/skills/test-automation
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill test-automationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, as published. Nobody here has run it
Test Automation
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