Skip to main content
Glama
playwright.config.ts720 B
import { defineConfig } from '@playwright/test'; export default defineConfig({ testDir: './tests/integration', fullyParallel: true, forbidOnly: !!process.env.CI, retries: process.env.CI ? 2 : 0, workers: 1, timeout: 30000, reporter: [ process.env.CI ? ['github', { printSteps: true }] : ['list', { printSteps: true }], ['html', { open: 'never', outputFolder: 'test-summary' }], ['junit', { outputFile: 'junit.xml' }], ], use: { trace: 'on-first-retry', video: 'retain-on-failure', }, projects: [ { name: 'integration-tests', testDir: './tests/integration', use: { headless: true, }, }, ], outputDir: 'test-results/', });

Latest Blog Posts

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/withinfocus/tba'

If you have feedback or need assistance with the MCP directory API, please join our Discord server