Test the Ark Dashboard UI with Playwright
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
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/.
More by dwmkerr
View allTest Ark Dashboard with Playwright and create PRs with screenshots. Use when testing dashboard UI, taking screenshots for PRs, or reviewing dashboard changes.
Analyze the Ark codebase by cloning the repository to a temporary location. Use this skill when the user asks questions about how Ark works, wants to understand Ark's implementation, or needs to examine Ark source code.
Create a Kind cluster in Docker-in-Docker environment
Install Ark on a Kuberenetes Cluster