Ark Dashboard and UI Testing

Automate Ark dashboard UI testing with Playwright and generate PR-ready screenshots.

413|97|Updated Aug 28, 2025
One-click install
npx skills add https://github.com/mckinsey/agents-at-scale-ark --skill ark-dashboard-and-ui-testing-mckinsey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Ark Dashboard and UI Testing
Source: https://github.com/mckinsey/agents-at-scale-ark/tree/main/.claude/skills/dashboard
Command: npx skills add https://github.com/mckinsey/agents-at-scale-ark --skill ark-dashboard-and-ui-testing-mckinsey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Ark dashboard UI testing to reduce manual QA time, ensuring visual correctness and regression coverage.

Core Features & Use Cases

  • Automated Playwright-driven UI tests for the Ark dashboard across routes
  • Automatic generation of screenshots for PR validation and visual regression checks
  • Easy integration with PR workflows to attach artifacts and annotations to submissions

Quick Start

Run Ark dashboard UI tests with Playwright to generate PR-ready screenshots.

Frequently Asked Questions about Ark Dashboard and UI Testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Playwright UI testing for dashboard screenshots in PRs?

Automate Playwright UI testing for dashboard screenshots by running tests across dashboard routes to generate PR-ready screenshots. The tests validate visual changes and attach artifacts directly to pull requests for regression checks.

What is visual regression testing for a Kubernetes dashboard?

Visual regression testing for a Kubernetes dashboard captures screenshots of UI routes to detect unintended visual changes. This process validates dashboard modifications by comparing baseline images against new PR artifacts.

Do I need Kubernetes and a running dashboard to use Playwright visual regression tests?

Yes, you need Kubernetes available and the ark-dashboard reachable to run Playwright visual regression tests. A running dashboard instance is required for Playwright MCP tools to navigate routes and capture screenshots.

Can I attach Playwright screenshots to PR workflows for UI validation?

Yes, you can attach Playwright screenshots to PR workflows for UI validation. The automated tests generate screenshots and integrate with PR submissions to attach artifacts and annotations for review.

What's the best way to perform visual regression checks on dashboard routes?

The best way to perform visual regression checks on dashboard routes is using Playwright to automate navigation and capture screenshots. This generates PR-ready artifacts to validate visual correctness across changes.