Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:7
forks:4
updated:2026년 1월 22일 02:09
SKILL.md
| name | Ark Dashboard Test |
| description | Test the Ark Dashboard UI with Playwright |
Test Ark Dashboard with Playwright and capture screenshots.
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 screenshotsScreenshots location
Screenshots save to current directory or .playwright-mcp/screenshots/.
Run Ark from cloned source using devspace
Install Ark on a Kuberenetes Cluster
Attach images to GitHub PRs and issues via a scratch repo
Create a Kind cluster in Docker-in-Docker environment