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
-
Port forward the dashboard
kubectl port-forward svc/ark-dashboard 3000:3000 -n default & -
Test with Playwright MCP tools
browser_navigate- Open http://localhost:3000browser_snapshot- Check page statebrowser_click- Interact with elementsbrowser_take_screenshot- Capture screenshots
-
Screenshots location Screenshots save to current directory or
.playwright-mcp/screenshots/.