MCP.so
Sign In
Servers

Playwright Test Framework Example for AI & Playwright MCP Course by jaktestowac.pl

@jaktestowac

This repository provides an empty Playwright test framework that was designed to test AI and Playwright MCP (Model Context Protocol) in course

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "playwright-test-framework-mcp-example": {
      "command": "npx",
      "args": [
        "playwright",
        "install"
      ]
    }
  }
}

More from Developer Tools