Skip to main content
Glama

documcp

by tosin2013
playwright.config.template.ts860 B
// Generated by DocuMCP import { defineConfig, devices } from "@playwright/test"; const BASE_URL = process.env.BASE_URL || "http://localhost:{{port}}"; export default defineConfig({ testDir: "./tests/e2e", timeout: 30 * 1000, fullyParallel: true, forbidOnly: !!process.env.CI, retries: process.env.CI ? 2 : 0, workers: process.env.CI ? 1 : undefined, reporter: [ ["html", { outputFolder: "playwright-report" }], ["json", { outputFile: "playwright-results.json" }], ["list"], ], use: { baseURL: BASE_URL, trace: "on-first-retry", screenshot: "only-on-failure", video: "retain-on-failure", }, projects: [ { name: "chromium", use: { ...devices["Desktop Chrome"] } }, { name: "firefox", use: { ...devices["Desktop Firefox"] } }, { name: "webkit", use: { ...devices["Desktop Safari"] } }, ], });

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/tosin2013/documcp'

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