Skip to main content
Glama

Playwright MCP Server

by lebrodus
first-test.spec.ts276 B
import {test, expect } from "@playwright/test"; test('example basic test @mytag', async({page}) => { //here goes the test code await page.goto('https://example.com/'); const pageTitle = await page.locator('h1'); await expect(pageTitle).toContainText('Example Domain') });

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/lebrodus/mcp-playwright'

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