gxinxing/dsh-tool-test-runner0

@deepseek-ai/dsh-tool-test-runner

面向模型的测试运行器工具,支持自动发现、执行和分析 Jest、Vitest、Pytest、Mocha、Playwright 等框架的测试结果。

AI 分析

核心用途是让 Agent 能够自主运行并诊断软件测试。适合需要进行自动化测试驱动开发(TDD)或持续集成验证的场景。

包名
@deepseek-ai/dsh-tool-test-runner
版本
0.1.0-rc.8
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:gxinxing/dsh-tool-test-runner

配置参数

参数类型默认值说明
testRunnerTimeoutMsnumber120000测试命令超时时间(毫秒)
testRunnerMaxOutputBytesnumber1048576单次 stdout / stderr 最大捕获字节数