Skip to main content
Glama

MCP Frontend Testing Server

component.txt296 B
// Cypress component test template import { mount } from '@cypress/react'; import Component from './Component'; describe('Component', () => { it('renders correctly', () => { // Arrange mount(<Component />); // Assert cy.contains(/example/i).should('be.visible'); }); });

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