From openshift-testing
Deploy and connect to a remote Playwright browser on an OpenShift cluster. Sets up a Playwright run-server pod, port-forwarding, and @playwright/cli for interactive browser automation (goto, click, snapshot, screenshot, video recording). Use when you need a remote browser for E2E interaction or visual verification on a cluster.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openshift-testing:remote-playwright [KUBECONFIG_PATH] [NAMESPACE][KUBECONFIG_PATH] [NAMESPACE]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Deploy and connect to a Playwright browser running on an OpenShift cluster.
Deploy and connect to a Playwright browser running on an OpenShift cluster.
Parse $ARGUMENTS into at most two values before invoking Bash:
/tmp/k)playwright)bash .claude/scripts/remote-playwright.sh up "$KUBECONFIG_PATH" "$NAMESPACE"
The script handles everything: version resolution, deployment, port-forwarding, and CLI connection. Wait for the === Ready === output.
npx @playwright/cli goto https://example.com
npx @playwright/cli snapshot
npx @playwright/cli screenshot
npx @playwright/cli goto <url> — navigatenpx @playwright/cli snapshot — accessibility treenpx @playwright/cli screenshot — save PNGnpx @playwright/cli click <ref> — click element by ref from snapshotnpx @playwright/cli fill <ref> <text> — fill inputnpx @playwright/cli video-start / video-stop — record sessionnpx @playwright/cli tab-list / tab-new / tab-select — manage tabsbash .claude/scripts/remote-playwright.sh down "$KUBECONFIG_PATH" "$NAMESPACE"
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub quay/ai-helpers --plugin openshift-testing