Skip to main content
Glama

MCP Frontend Testing Server

generateTest

Automatically generates test cases for frontend code using Jest or Cypress, supporting unit, component, and e2e testing in JavaScript, TypeScript, JSX, or TSX.

Input Schema

NameRequiredDescriptionDefault
codeYes
descriptionNo
frameworkYes
languageNojavascript
typeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "type": "string" }, "description": { "type": "string" }, "framework": { "enum": [ "jest", "cypress" ], "type": "string" }, "language": { "default": "javascript", "enum": [ "javascript", "typescript", "jsx", "tsx" ], "type": "string" }, "type": { "enum": [ "unit", "component", "e2e" ], "type": "string" } }, "required": [ "code", "framework", "type" ], "type": "object" }
Install Server

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