qa-quality-control

Plan and execute Playwright end-to-end QA tests for PhotoGallery.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/ArmyGuy255A/PhotoGallery --skill qa-quality-control
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-quality-control
Source: https://github.com/ArmyGuy255A/PhotoGallery/tree/main/skills/qa-quality-control-skill
Command: npx skills add https://github.com/ArmyGuy255A/PhotoGallery --skill qa-quality-control

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end testing and quality assurance for PhotoGallery using Playwright, ensuring authentication, album workflows, access codes, and visitor galleries across browsers and devices.

Core Features & Use Cases

  • Test planning and end-to-end test execution for auth, albums, photo uploads, access codes, and visitor access
  • Accessibility testing (WCAG 2.1 AA) and multi-browser coverage
  • CI/CD integration with GitHub Actions and reusable Page Objects/fixtures

Quick Start

Execute the QA quality-control skill to configure Playwright, bootstrap tests, and run end-to-end validation across browsers.

Frequently Asked Questions about qa-quality-control

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

FAQPage Schema
How do I set up end-to-end testing with Playwright for authentication and album workflows?

Playwright end-to-end testing for authentication and album workflows is configured by bootstrapping test fixtures and defining reusable test scenarios. This skill sets up the test architecture to validate auth, photo uploads, and album management across multiple browsers.

Can I integrate Playwright e2e tests into a CI/CD pipeline with GitHub Actions?

Yes, Playwright e2e tests can be integrated into CI/CD pipelines with GitHub Actions. The skill applies CI/CD test patterns using reusable Page Objects and fixtures to surface regressions early and ensure reliable releases.

What is the best way to structure Playwright test scenarios for multi-browser coverage?

The best way to structure Playwright test scenarios for multi-browser coverage is using the Page Object pattern. This skill establishes robust test architecture with fixtures and reusable scenarios to validate PhotoGallery functionality across different browsers and devices.

Does this Playwright testing approach include accessibility checks for WCAG compliance?

Yes, this Playwright testing approach includes accessibility testing for WCAG 2.1 AA compliance. It validates PhotoGallery components like access codes and visitor galleries to ensure they meet accessibility standards alongside functional end-to-end coverage.

Why do I need Page Objects and fixtures for PhotoGallery end-to-end testing?

Page Objects and fixtures are needed for PhotoGallery end-to-end testing to create robust, reusable test scenarios. This architecture prevents test flakiness and surfaces regressions early by isolating UI interactions for auth, albums, and visitor access workflows.

What limitations exist when running multi-browser e2e tests for photo upload features?

Multi-browser e2e tests for photo upload features require careful fixture management to avoid flakiness across different devices. This skill mitigates these constraints by applying structured Page Object patterns and comprehensive CI/CD integration to maintain test reliability.