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
- Port forward the dashboard
``bash kubectl port-forward svc/ark-dashboard 3000:3000 -n default & ``
- Test with Playwright MCP tools
- browsernavigate - Open http://localhost:3000 - browsersnapshot - Check page state - browserclick - Interact with elements - browsertake_screenshot - Capture screenshots
- Screenshots location
Screenshots save to current directory or .playwright-mcp/screenshots/.