Skip to main content
Glama

MCP Frontend Testing Server

test-environment.d.ts724 B
export declare function setupTestEnvironment(testDir: string, sourceCode: string, testCode: string, framework: 'jest' | 'cypress', type: 'unit' | 'component' | 'e2e', config?: Record<string, any>): Promise<void>; export declare function setupComponentTestEnvironment(testDir: string, componentCode: string, testCode: string, framework: 'jest' | 'cypress', props?: Record<string, any>): Promise<void>; export declare function executeTest(testDir: string, framework: 'jest' | 'cypress', type: 'unit' | 'component' | 'e2e'): Promise<any>; export declare function executeComponentTest(testDir: string, framework: 'jest' | 'cypress'): Promise<any>; export declare function cleanupTestEnvironment(testDir: string): Promise<void>;

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