Claude Code Plugins

Community-maintained marketplace

Feedback

Ark Dashboard Test

@dwmkerr/claude-code-agent
0
0

Test the Ark Dashboard UI with Playwright

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Ark Dashboard Test
description Test the Ark Dashboard UI with Playwright

Ark Dashboard Test

Test Ark Dashboard with Playwright and capture screenshots.

When to use

  • Testing Ark dashboard UI
  • Capturing screenshots for PRs
  • Validating dashboard changes

Prerequisites

  • Ark deployed and running
  • Playwright MCP server available

Steps

  1. Port forward the dashboard

    kubectl port-forward svc/ark-dashboard 3000:3000 -n default &
    
  2. Test with Playwright MCP tools

    • browser_navigate - Open http://localhost:3000
    • browser_snapshot - Check page state
    • browser_click - Interact with elements
    • browser_take_screenshot - Capture screenshots
  3. Screenshots location Screenshots save to current directory or .playwright-mcp/screenshots/.