Skip to main content
Glama

Code Review MCP

by shadabbi

tests.run_playwright

Execute Playwright tests for GitHub PRs to ensure functionality and reliability. Supports targeted test runs via 'grep' and full test suites for comprehensive validation within Code Review MCP workflows.

Instructions

Run Playwright tests

Input Schema

NameRequiredDescriptionDefault
fullNo
grepNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "full": { "type": "boolean" }, "grep": { "type": "string" } }, "type": "object" }

Other Tools from Code Review MCP

Related Tools

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/shadabbi/code-review-mcp'

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