Skip to main content
Glama
playwright.config.ts564 B
import { PlaywrightTestConfig } from '@playwright/test'; const config: PlaywrightTestConfig = { testDir: './', timeout: 30000, expect: { timeout: 5000, }, use: { baseURL: 'http://localhost:3000', screenshot: 'only-on-failure', video: 'retain-on-failure', trace: 'retain-on-failure', }, projects: [ { name: 'Chrome', use: { browserName: 'chromium', }, }, ], // Retry failed tests to handle potential flakiness retries: 2, // Run tests in parallel workers: 3, }; export default config;

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/medplum/medplum'

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