e2e-test-hd

Automate Playwright end-to-end UI tests for web apps.

1|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/kangmomin/harness-plugins --skill e2e-test-hd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test-hd
Source: https://github.com/kangmomin/harness-plugins/tree/main/plugins/hyeondongs-harness/skills/e2e-test-hd
Command: npx skills add https://github.com/kangmomin/harness-plugins --skill e2e-test-hd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and execution of Playwright-based end-to-end tests for modern web apps, reducing manual QA effort and accelerating release cycles.

Core Features & Use Cases

  • Test authoring: Create maintainable Playwright-based E2E tests that cover UI flows.
  • Execution & validation: Run tests across pages, components, and API interactions to validate user journeys.
  • Use Case: Validate a user signup flow or a checkout sequence across responsive layouts.

Quick Start

Create a Playwright test under the e2e/ directory and run it with your configured Playwright runner.

Frequently Asked Questions about e2e-test-hd

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

FAQPage Schema
How do I write Playwright end-to-end tests for web app UI flows?

To write Playwright end-to-end tests for web apps, create test files under your project's e2e/ directory. This approach automates UI testing for component navigation, page transitions, and form submissions across responsive frontend layouts.

Can I automate user signup and checkout sequences with e2e testing?

Yes, you can validate user signup and checkout sequences with e2e testing. This skill automates execution across pages, components, and API interactions to validate complete user journeys and reduce manual QA effort.

What do I need to run Playwright UI testing in my project?

Running Playwright UI testing requires Playwright installed, a configured e2eRunner in your project config, and a correctly structured e2e/ directory to hold your test files.

Does e2e testing work for frontend API interactions and page transitions?

E2e testing works for frontend API interactions and page transitions. It automates execution across modern web apps to validate user journeys, covering component navigation and form submissions to accelerate release cycles.

What is the best way to validate user journeys across responsive layouts?

The best way to validate user journeys across responsive layouts is automated Playwright e2e testing. It creates maintainable tests that run across pages and components, validating UI flows and API interactions to reduce manual QA effort.