Skip to main content
Glama

all the tools

Playwright MCP Server_start_codegen_session

Initiate a Playwright code generation session to record browser actions and automatically generate test scripts, specifying output directory, test name prefix, and optional comments.

Instructions

Start a new code generation session to record Playwright actions

Input Schema

NameRequiredDescriptionDefault
optionsYesCode generation options

Input Schema (JSON Schema)

{ "properties": { "options": { "description": "Code generation options", "properties": { "includeComments": { "description": "Whether to include descriptive comments in generated tests", "type": "boolean" }, "outputPath": { "description": "Directory path where generated tests will be saved (use absolute path)", "type": "string" }, "testNamePrefix": { "description": "Prefix to use for generated test names (default: 'GeneratedTest')", "type": "string" } }, "required": [ "outputPath" ], "type": "object" } }, "required": [ "options" ], "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/SecretiveShell/MCP-allthetools'

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