What is browser-test?
Validate a feature works by driving a real browser with Playwright MCP. No test files — just interactive verification. Source: langwatch/langwatch.
Validate a feature works by driving a real browser with Playwright MCP. No test files — just interactive verification.
Quickly install browser-test AI skill to your development environment via command line
Source: langwatch/langwatch.
You use the Playwright MCP tools to open a browser, navigate the app, and verify a feature works as expected. No test files, no framework — just drive the browser and report results.
If a feature file path is given, read it and extract the scenarios. If a plain description is given, use it directly. If neither is provided, ask the user what to verify.
Then check that the Playwright MCP .mcp.json matches the requested browser. The current config is:
Validate a feature works by driving a real browser with Playwright MCP. No test files — just interactive verification. Source: langwatch/langwatch.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/langwatch/langwatch --skill browser-testValidate a feature works by driving a real browser with Playwright MCP. No test files — just interactive verification. Source: langwatch/langwatch.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/langwatch/langwatch --skill browser-test Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/langwatch/langwatch