MCP Test Server logo

MCP Test Server

by hnvt1989

The MCP Test Server analyzes Playwright test failures using Claude AI. It provides detailed insights into why tests are failing, helping developers quickly identify and resolve issues.

View on GitHub

Last updated: N/A

MCP Test Server

A Model Context Protocol server that analyzes Playwright test failures using Claude AI.

Features

  • Accepts Playwright test results
  • Integrates with Claude API for test failure analysis
  • Provides detailed insights on test failures

Setup

  1. Install dependencies:
npm install
  1. Create a .env file with your Claude API key:
CLAUDE_API_KEY=your_api_key_here
  1. Start the server:
npm start

Usage

Send your Playwright test results to the /analyze endpoint to get AI-powered analysis of test failures.