Skip to main content
Glama

Playwright MCP

by furugen

browser_generate_playwright_test

Automatically create Playwright test scripts for browser automation by specifying test name, description, and steps. Streamline web interaction testing without visual dependencies.

Instructions

Generate a Playwright test for given scenario

Input Schema

NameRequiredDescriptionDefault
descriptionYesThe description of the test
nameYesThe name of the test
stepsYesThe steps of the test

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "The description of the test", "type": "string" }, "name": { "description": "The name of the test", "type": "string" }, "steps": { "description": "The steps of the test", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "description", "steps" ], "type": "object" }

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

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