Playwright Console Monitor

🌐Community
by dawiddutoit · vlatest · Repository

Helps with Playwright, monitoring as part of testing, debugging, and quality assurance workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add playwright-console-monitor npx -- -y @trustedskills/playwright-console-monitor
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "playwright-console-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/playwright-console-monitor"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows you to monitor the console output of Playwright tests in real time. It provides a live stream of logs and debugging information directly within your AI agent's interface, facilitating faster troubleshooting and improved test reliability. This is particularly useful for complex automated testing scenarios where understanding execution flow is crucial.

When to use it

  • Debugging failing tests: Quickly identify the source of errors by observing console output as tests run.
  • Monitoring long-running tests: Track progress and potential issues during extended test suites.
  • Analyzing test performance: Gain insights into execution times and resource usage through detailed logs.
  • Understanding complex workflows: Visualize the sequence of actions performed by Playwright scripts.

Key capabilities

  • Real-time console output streaming
  • Integration with Playwright testing framework
  • Live debugging information display

Example prompts

  • "Run my playwright tests and show me the console logs."
  • "Monitor the 'login' test in my Playwright suite, displaying all console messages."
  • “Display the console output while running the integration tests.”

Tips & gotchas

This skill requires a working Playwright testing environment to be set up. Ensure your AI agent has access to the necessary Playwright configuration and test files for proper functionality.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dawiddutoit
Installs
5

🌐 Community

Passed automated security scans.