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.
「ブラウザ自動化」の他のコンテンツ
Webpage Screenshot MCP Server
ananddtyagiAn MCP that gives your agent the ability to snap a screenshot of webpages. Useful when you want your agent to check its progress during development.
MCP Browser Kit
ndthanhdevAn MCP Server that enables AI assistants to interact with your local browsers.
Fetch MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
Firecrawl Mcp Server
mendableai🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.

Fetch
modelcontextprotocolModel Context Protocol Servers
コメント