By jack-michaud
Browser testing and automation plugin with Playwright MCP integration for end-to-end testing.
npx claudepluginhub jack-michaud/faire --plugin browser-testingfaire is a Claude Plugin Marketplace of tested and evaluated software development plugins that help Claude create high quality software.
[!IMPORTANT] Anything post 1.0 is tested and evaluated. Anything 0.X is in active development.
See this section for more details on the testing and evaluation strategy.
Add the faire marketplace to your Claude Code configuration:
/plugin marketplace add jack-michaud/faire
Then install the faire plugin:
/plugin install faire@faire
Or browse and install interactively:
/plugin
Configure your .claude/settings.json to automatically add the marketplace:
{
"extraKnownMarketplaces": {
"faire": {
"source": {
"source": "github",
"repo": "jack-michaud/faire"
}
}
}
}
[!NOTE] "this is a gamechanger, trust me bro" Creating evaluations to systematically measure the performance of AI systems is how we stay objective to the real impact of AI tools. I'm inspired by people and teams like:
- Cognition (which created Devin) (their eval for devin)
- ARC Prize Foundation
- spences10 (who created svelte-claude-skills with an eval for hooks)
These people and teams are data driven and transparent about the quality of AI systems.
I will fill this out as I become more opinionated about this.
I'm currently working on a python service writing skill with an eval here.
MIT License - see LICENSE file for details
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Share bugs, ideas, or general feedback.
Browser automation and debugging MCP servers: Chrome DevTools and Playwright
Playwright browser automation via MCP. Includes test-generator and ui-debugger agents that return concise summaries instead of verbose Playwright output. IMPORTANT: Always delegate to these agents instead of calling Playwright tools directly.
Playwright automation toolkit with MCP integration, specialized agent for browser control, and best practice skills
Playwright browser automation with E2E testing skill and responsive design testing agent.
Playwright E2E test debugging and interactive browser exploration. Runs tests with action capture (DOM snapshots, network, console, screenshots), diagnoses failures, and provides browser tools for navigating, clicking, and inspecting pages through ARIA snapshots.