U
Ui MCP Playwright Automation
This repository showcases a comprehensive end-to-end UI automation framework for insurance workflow testing, built using Browser MCP (Model Context Protocol) and Playwright. The framework automates critical workflows including QC (Quality Control) operations and Doctor review processes.
创建于 11/27/2025
更新于 18 days ago
README
Repository documentation and setup instructions
UI_MCP_Playwright_Automation
This repository showcases a comprehensive end-to-end UI automation framework for insurance workflow testing, built using Browser MCP (Model Context Protocol) and Playwright. The framework automates critical workflows including QC (Quality Control) operations and Doctor review processes.
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-ui_mcp_playwright_automation
Cursor 配置 (mcp.json)
{
"mcpServers": {
"faraz2afridi-ui-mcp-playwright-automation": {
"command": "npx",
"args": [
"faraz2afridi-ui-mcp-playwright-automation"
]
}
}
}