WHartTest 是基于 Django REST Framework 与现代大模型技术打造的 AI 驱动测试自动化平台。平台聚合自然语言理解、知识库检索与嵌入搜索能力,结合 LangChain 与 MCP(Model Context Protocol) 工具调用,实现从需求到可执行测试用例的自动化生成与管理,帮助测试团队提升效率与覆盖率。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"wharttest": {
"command": "uvx",
"args": [
"wharttest"
]
}
}
}
Run in terminal:
claude mcp add wharttest uvx wharttest
Add to .cursor/mcp.json:
{
"mcpServers": {
"wharttest": {
"command": "uvx",
"args": [
"wharttest"
]
}
}
}
Or install with pip: pip install wharttest