MCP-Allure-Server provides a bridge between AI assistants and Allure test reports, enabling access to test execution data through a structured API. The server exposes a tool for parsing Allure report directories and extracting comprehensive test suite information including test cases, steps, statuses, and execution timestamps. Built with FastMCP, it transforms complex Allure JSON data into a well-organized hierarchical structure that preserves the relationships between test suites, test cases, and their execution details. This implementation is particularly valuable for development teams who need to analyze test results, track test execution metrics, or generate custom reports without leaving their AI assistant interface.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Reads Allure report and returns JSON data. Input: report_dir (string) - Allure HTML report path. Return: String, formatted JSON data.