playwright-board

Automate browser-based UI testing for the SlateFlow Kanban board with Playwright.

6|3|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/ather-techie/SlateFlow --skill playwright-board
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-board
Source: https://github.com/ather-techie/SlateFlow/tree/main/.claude/skills/playwright-board
Command: npx skills add https://github.com/ather-techie/SlateFlow --skill playwright-board

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This skill automates the verification of complex UI interactions on the SlateFlow Kanban board, ensuring that critical project management workflows remain functional after code changes.

Core Features & Use Cases

  • End-to-End UI Validation: Automates board loading, card creation, drag-and-drop transitions, and modal interactions.
  • Regression Testing: Quickly verify that filters, task checklists, and lane management features work as expected across different browser states.
  • Use Case: Use this skill to run a full suite of browser-based tests after a deployment to confirm that users can successfully move tasks between lanes and update card details without errors.

Quick Start

Execute the playwright-board skill to run the full suite of UI verification flows against the local SlateFlow instance.

Frequently Asked Questions about playwright-board

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

FAQPage Schema
How do I automate UI testing for drag-and-drop interactions on a Kanban board?

Automating UI testing for drag-and-drop interactions on a Kanban board is achieved by using Playwright to validate critical user paths like card CRUD operations and lane transitions. This skill scripts browser commands to verify these workflows.

What is the best way to run regression tests on a Kanban board after a deployment?

Running regression tests on a Kanban board after a deployment is best handled by executing automated verification flows against your local development server. This validates that filters, task checklists, and lane management features remain functional.

Do I need a running development server to execute Playwright UI tests?

Yes, you need a running local SlateFlow development server to execute Playwright UI tests. The testing framework requires this active environment to run browser commands and capture verification artifacts for the Kanban board.

Can I use Playwright to verify modal functionality and card creation workflows?

Yes, you can use Playwright to verify modal functionality and card creation workflows. The automated scripts test end-to-end UI validation including board loading, card CRUD operations, and complex modal interactions.

Why does my Kanban board UI testing fail to capture verification artifacts?

Kanban board UI testing fails to capture verification artifacts when the Playwright MCP tools are not properly configured or the local development server is inactive. Both dependencies are required to execute browser commands successfully.

Does the playwright-board skill support cross-browser validation for UI interactions?

The skill automates browser-based UI testing to validate critical user paths like drag-and-drop lane transitions and modal functionality across different browser states. It uses the Playwright framework to execute these verification flows.