Skip to main content
Glama

MCP Frontend Testing Server

testReactComponent

Test React components by validating component code, generating or executing test cases, and analyzing results using Jest or Cypress frameworks. Simplifies frontend testing workflows on the MCP Frontend Testing Server.

Input Schema

NameRequiredDescriptionDefault
autoGenerateTestNo
componentCodeYes
frameworkNojest
propsNo
testCodeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "autoGenerateTest": { "default": true, "type": "boolean" }, "componentCode": { "type": "string" }, "framework": { "default": "jest", "enum": [ "jest", "cypress" ], "type": "string" }, "props": { "additionalProperties": {}, "type": "object" }, "testCode": { "type": "string" } }, "required": [ "componentCode" ], "type": "object" }

Other Tools from MCP Frontend Testing Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/StudentOfJS/mcp-frontend-testing'

If you have feedback or need assistance with the MCP directory API, please join our Discord server