gxinxing/dsh-tool-test-runner ↗★ 0
@deepseek-ai/dsh-tool-test-runner
Model-facing test runner tool for discovering, executing, analyzing, and reporting test results across jest/vitest/pytest/mocha/playwright.
AI 분석
核心用途是让 Agent 能够自主运行并诊断软件测试。适合需要进行自动化测试驱动开发(TDD)或持续集成验证的场景。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:gxinxing/dsh-tool-test-runner配置参数
| 参数 | 类型 | 默认值 | 说明 |
|---|---|---|---|
testRunnerTimeoutMs | number | 120000 | 测试命令超时时间(毫秒) |
testRunnerMaxOutputBytes | number | 1048576 | 单次 stdout / stderr 最大捕获字节数 |