ui-e2e

Execute Playwright end-to-end tests for UI, RBAC, and WebSocket flows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/maminul007/trading-platform --skill ui-e2e
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-e2e
Source: https://github.com/maminul007/trading-platform/tree/main/.claude/skills/ui-e2e
Command: npx skills add https://github.com/maminul007/trading-platform --skill ui-e2e

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of end-to-end tests for the user interface, ensuring the application functions as expected across critical user flows and different browsers.

Core Features & Use Cases

  • Automated Testing: Executes Playwright tests to validate UI functionality.
  • Flexible Execution: Supports running all tests, specific projects, or individual test files.
  • Interactive Debugging: Offers UI mode and debug options for easier troubleshooting.
  • Use Case: Before deploying a new feature, run the critical-flows project to ensure the core user journeys like login, order placement, and portfolio viewing remain stable.

Quick Start

Run all end-to-end tests using the default configuration.

Frequently Asked Questions about ui-e2e

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

FAQPage Schema
How do I run Playwright end-to-end tests for critical user journeys?▼

You can execute Playwright end-to-end tests for critical user journeys by running specific projects, validating login, order placement, and portfolio viewing against your running dev server.

Can I debug Playwright E2E tests using interactive UI mode?▼

Yes, you can debug Playwright E2E tests using interactive UI mode and headed execution options, which allow step-by-step troubleshooting for individual test files and project-specific runs.

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

Yes, executing Playwright UI tests requires Playwright browsers to be installed and your local dev server to be running to validate application functionality across different browsers.

What is the best way to validate RBAC and WebSocket functionality in E2E testing?▼

Playwright end-to-end testing validates RBAC and WebSocket functionality by executing automated tests across multiple browsers, ensuring critical user journeys and role-based access controls remain stable.

Why are my Playwright regression tests failing for specific projects?▼

Playwright regression tests for specific projects may fail if the dev server is not running or browsers are not installed; use debug options to troubleshoot individual test file execution.