nextjs-playwright-test-agent
Verified Safeby YankeeMarco
Overview
Facilitates AI agent-driven UI test generation and execution for Next.js applications using Playwright, returning test artifacts and summaries.
Installation
No command providedSecurity Notes
The server generates Playwright specs based on structured 'goals.md' input and executes them locally using `npx playwright test`. While Playwright interacts with browser processes and the local filesystem for artifacts, there's no evident use of 'eval' or direct arbitrary code execution from untrusted sources within the server logic itself. The primary security consideration lies in the potential for a malicious 'goals.md' file to craft Playwright actions that could perform undesirable operations, but this assumes the agent (and thus the user) provides such input.
Similar Servers
playwright-mcp
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.
next-devtools-mcp
Provides Next.js development tools and utilities for coding agents to assist with debugging, upgrades, documentation, and browser automation.
qa-use
Provides browser automation and QA testing capabilities, integrating with a backend service for automated testing, session monitoring, and batch test execution.
playwright-mcp-server
Provides a robust, minimal Playwright server for browser automation, exposing core capabilities via a simple API for agents or other clients.