quality

Write and review Playwright E2E tests aligned with feature requirements.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/hdtinh57/codex-orchestrated-project-template --skill quality-hdtinh57
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality
Source: https://github.com/hdtinh57/codex-orchestrated-project-template/tree/main/.codex/skills/quality
Command: npx skills add https://github.com/hdtinh57/codex-orchestrated-project-template --skill quality-hdtinh57

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps QA teams write and review Playwright E2E tests that align with feature requirements, identify gaps, and design effective test strategies.

Core Features & Use Cases

  • Ground tests in requirements and trace critical tests to FR-XXX in PRD.md.
  • Follow Playwright conventions such as fixtures, test pyramids, and organized test folders.
  • Provides practical patterns for auth flows, state management, and deterministic test data.

Quick Start

Immediately begin improving your Playwright tests by applying the recommended guidelines to a feature under development.

Frequently Asked Questions about quality

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

FAQPage Schema
How do I write Playwright E2E tests that align with feature requirements?

Playwright E2E tests align with feature requirements by grounding test cases in needs and tracing critical tests to FR-XXX in PRD.md. This ensures end-to-end testing validates actual feature expectations.

What conventions should I follow for organizing Playwright test fixtures and folders?

Organize Playwright test fixtures and folders by following conventions for test pyramids, structured fixtures, and organized directories. Adhering to these naming guidelines ensures reliable end-to-end testing.

How do I investigate failing Playwright tests and assess coverage gaps?

Investigate failing Playwright tests and assess coverage gaps by reviewing tests against feature requirements. This approach identifies untested scenarios and designs effective test strategies for modified features.

What patterns help manage authentication flows and deterministic test data in Playwright?

Manage authentication flows and deterministic test data in Playwright using practical patterns for auth flows and state management. These patterns ensure consistent and reliable E2E test execution.

Does this Playwright test strategy work for new and modified features?

Yes, this Playwright test strategy works for new and modified features by helping QA teams write and review E2E tests. It ensures coverage aligns with evolving feature requirements and identifies gaps.