Skip to main content
Glama

UI/UX MCP Server

by willem4130

playwright_test_ui

Execute automated UI tests using Playwright to validate user interactions, assertions, and browser compatibility across Chromium, Firefox, and WebKit for robust UI/UX workflows.

Instructions

Run UI tests with Playwright

Input Schema

NameRequiredDescriptionDefault
browsersNo
testsYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "browsers": { "default": [ "chromium" ], "items": { "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "type": "array" }, "tests": { "items": { "properties": { "actions": { "type": "array" }, "assertions": { "type": "array" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, "url": { "type": "string" } }, "required": [ "url", "tests" ], "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/willem4130/ui-ux-mcp-server'

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