MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

P
Playwright Pom Auto Generated By Ai Agent MCP

this project is auto generated by vscode hithub copilot using llm + playwright mcp server

Created 10/24/2025
Updated about 2 months ago
Repository documentation and setup instructions

Playwright project

This repository contains a minimal Playwright Test setup.

Try it:

# install dependencies
npm install

# install browsers
npx playwright install

# run tests
npm test

# view html report
npm run test:report

Allure reporting (macOS):

Install the Allure CLI (recommended via Homebrew):

```bash
# install brew if you don't have it: https://brew.sh/
brew install allure

After running tests, generate and open an Allure report:

# run tests (this will create allure-results via the allure-playwright reporter)
npm test

# generate the HTML report
npm run allure:generate

# open the report in your browser
npm run allure:open
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/alagamai/playwright-pom-auto-generated-by-ai-agent-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "alagamai-playwright-pom-auto-generated-by-ai-agent-mcp": { "command": "git", "args": [ "clone", "https://github.com/alagamai/playwright-pom-auto-generated-by-ai-agent-mcp" ] } } }