Skip to main content
Glama

MCP Frontend Testing Server

runTest

Execute frontend tests using Jest or Cypress frameworks for unit, component, and end-to-end testing. Input source and test code, specify framework and test type, and configure parameters to validate functionality effectively.

Input Schema

NameRequiredDescriptionDefault
configNo
frameworkYes
sourceCodeYes
testCodeYes
typeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "config": { "additionalProperties": {}, "type": "object" }, "framework": { "enum": [ "jest", "cypress" ], "type": "string" }, "sourceCode": { "type": "string" }, "testCode": { "type": "string" }, "type": { "enum": [ "unit", "component", "e2e" ], "type": "string" } }, "required": [ "sourceCode", "testCode", "framework", "type" ], "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