# M00N Report > Real-time test reporting platform for modern CI/CD pipelines and automation-first QA teams. ## What is M00N Report? M00N Report is a test intelligence platform that provides real-time visibility into every test run. It replaces traditional test management systems (TestRail, Xray, Zephyr) with WebSocket-powered live dashboards, AI-native MCP integration, and flexible deployment (SaaS or self-hosted). - Website: https://m00nreport.com - Documentation: https://m00nreport.com/documentation - GitHub: https://github.com/m00n-report ## Key Capabilities - Real-time test streaming via WebSocket (100K messages/sec) - AI integration via Model Context Protocol (MCP) with 50 tools - Official reporters for Playwright, Jest, Pytest, JUnit 5, and NUnit, plus a public HTTP API to build custom reporters for any other language or test runner - Self-hosted deployment included (Docker Compose or Kubernetes) - Auto flaky test detection, slowest tests report, coverage gap analysis - Native integrations: Slack, Discord, Microsoft Teams, Telegram, Email, Jira - Enterprise SSO (OIDC/SAML), PostgreSQL Row-Level Security - Automatic screenshots, video capture, and trace file storage ## Test Reporter Packages (npm) - `@m00nsolutions/playwright-reporter` - Playwright JS/TS reporter - `@m00nsolutions/jest-reporter` - Jest JS/TS reporter - `@m00nsolutions/mcp-server` - MCP server for AI tool integration ## Documentation Sections - [Getting Started](https://m00nreport.com/documentation/getting-started) - [Playwright Reporter](https://m00nreport.com/documentation/reporters/playwright) - [Jest Reporter](https://m00nreport.com/documentation/reporters/jest) - [JUnit 5 / Playwright Java](https://m00nreport.com/documentation/reporters/junit) - [Pytest Reporter](https://m00nreport.com/documentation/reporters/pytest) - [NUnit Reporter](https://m00nreport.com/documentation/reporters/nunit) - [Build Your Own Integration](https://m00nreport.com/documentation/integration-api/guide): write a custom reporter against the raw ingest v2 HTTP API for any language or test runner. - [Ingest API Reference](https://m00nreport.com/documentation/integration-api/reference) - [MCP Quick Start](https://m00nreport.com/documentation/mcp/quick-start) - [MCP Configuration](https://m00nreport.com/documentation/mcp/configuration) - [MCP Available Tools](https://m00nreport.com/documentation/mcp/tools) - [MCP Scenarios & Examples](https://m00nreport.com/documentation/mcp/scenarios) - [Self-Hosted Deployment](https://m00nreport.com/documentation/self-hosted) - [Troubleshooting](https://m00nreport.com/documentation/troubleshooting) ## Ingest API (raw HTTP, for custom reporters) - [OpenAPI 3.0 contract](https://m00nreport.com/api/ingest/v2/openapi.json): machine-readable spec for every ingest endpoint, request/response schema, and limit. ## Optional - [Full details for LLMs](https://m00nreport.com/llms-full.txt): Extended product details, integration guides, and configuration references.