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

What is MCP Test Server?

The MCP Test Server is a tool that accepts Playwright test results and uses the Claude AI API to provide in-depth analysis of test failures.

How to use MCP Test Server?

To use the server, first install the dependencies using npm install. Then, create a .env file with your Claude API key. Start the server with npm start. Finally, send your Playwright test results to the /analyze endpoint to receive AI-powered analysis.

Key features of MCP Test Server

  • Accepts Playwright test results

  • Integrates with Claude API for test failure analysis

  • Provides detailed insights on test failures

Use cases of MCP Test Server

  • Automated analysis of Playwright test failures

  • Quick identification of root causes of test failures

  • Improving test stability and reliability

  • Reducing time spent debugging test failures

FAQ from MCP Test Server

What kind of test results does it accept?

It accepts Playwright test results.

Do I need a Claude API key?

Yes, you need a Claude API key to use the server.

How do I send test results to the server?

Send your Playwright test results to the /analyze endpoint.

What kind of insights does it provide?

It provides detailed insights on test failures using AI.

Is this server free to use?

The server itself may be, but using the Claude API will likely incur costs depending on your usage and Claude's pricing.