smithery.ai

Ark Dashboard Test

Test the Ark Dashboard UI with Playwright

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 825 B
  • docs SUMMARY.md 67 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

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

``bash kubectl port-forward svc/ark-dashboard 3000:3000 -n default & ``

  1. Test with Playwright MCP tools

- browsernavigate - Open http://localhost:3000 - browsersnapshot - Check page state - browserclick - Interact with elements - browsertake_screenshot - Capture screenshots

  1. Screenshots location

Screenshots save to current directory or .playwright-mcp/screenshots/.