/**
* @fileoverview Global test teardown
*/
import { FullConfig } from '@playwright/test'
import { createLogger } from '@curupira/shared'
const logger = createLogger({ name: 'e2e-teardown' })
async function globalTeardown(config: FullConfig): Promise<void> {
logger.info('Starting global E2E test teardown')
try {
// Cleanup processes started in setup
// Note: In a real implementation, you would track and clean up
// the processes started in global-setup.ts
logger.info('Global E2E test teardown completed')
} catch (error) {
logger.error({ error }, 'Global teardown failed')
// Don't throw here as it might mask test failures
}
}
export default globalTeardown
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/drzln/curupira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server