// Test setup utilities for MCP Appium test suite
// Global test configuration
const originalLog = console.log;
// Setup function to initialize test environment
export const setupTestEnvironment = () => {
console.log("Starting XcodeCommands test suite...");
};
// Cleanup function to restore environment after tests
export const cleanupTestEnvironment = () => {
console.log("XcodeCommands test suite completed.");
};
// Mock console to reduce noise during tests
export const mockConsole = () => {
console.log = (...args: any[]) => {
originalLog.apply(console, args);
};
};
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/Rahulec08/appium-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server