Playwright MCP Project
@vikaskumarprofessional92
关于 Playwright MCP Project
A project to demonstrate Playwright MCP server usage with Jenkins pipeline
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--vision"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Playwright MCP Project?
It is a project that demonstrates using the Playwright MCP server with a Jenkins pipeline. It provides test specifications and CI configuration for running Playwright tests with MCP.
How to use Playwright MCP Project?
Clone the repository, install dependencies with npm install, configure the MCP server in settings.json with the command npx @playwright/mcp@latest --vision, then run tests with npx playwright test.
Key features of Playwright MCP Project
- Demonstrates Playwright MCP server integration
- Includes Jenkins pipeline configuration
- Provides example test specifications
- Uses vision mode for Playwright MCP
- Requires Node.js and npm
Use cases of Playwright MCP Project
- Running automated browser tests in a CI pipeline
- Demonstrating MCP server setup for Playwright
- Testing web application navigation, e.g., Google.ca
FAQ from Playwright MCP Project
What are the prerequisites?
Node.js and npm must be installed on your machine.
How do I install the dependencies?
Run npm install after cloning the repository.
How do I configure the MCP server?
Add the configuration to settings.json with command npx and args ["@playwright/mcp@latest", "--vision"].
How do I run the tests?
Use the command npx playwright test.
Is there Jenkins integration?
Yes, the project includes a Jenkins pipeline that installs dependencies, runs tests, and generates and publishes test reports.
浏览器自动化 分类下的更多 MCP 服务器

Puppeteer
modelcontextprotocolModel Context Protocol Servers
Playwright Mcp
microsoftPlaywright MCP server
playwright-server MCP server
blackwhite084Yoyo
firecrawl🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Fetch MCP Server
zcaceresA flexible HTTP fetching Model Context Protocol server.
评论