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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:gxinxing/dsh-tool-test-runner说明文档
阅读完整 README ↗配置参数
| 参数 | 类型 | 默认值 | 说明 |
|---|---|---|---|
testRunnerTimeoutMs | number | 120000 | 测试命令超时时间(毫秒) |
testRunnerMaxOutputBytes | number | 1048576 | 单次 stdout / stderr 最大捕获字节数 |