qa-game

Automate end-to-end game QA testing with Playwright for boot, scenes, scoring, and visuals.

307|37|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/PlayableIntelligence/game-creator --skill qa-game
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-game
Source: https://github.com/PlayableIntelligence/game-creator/tree/main/skills/qa-game
Command: npx skills add https://github.com/PlayableIntelligence/game-creator --skill qa-game

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add automated QA testing with Playwright to an existing game project. Tests verify your game boots, scenes work, scoring functions, and visuals haven't broken — like a safety net for your game.

Core Features & Use Cases

  • Boot and scene verification, non-regression visuals with Playwright
  • Performance checks: load time and FPS
  • Design-intent and regression tests for gameplay

Quick Start

Scaffold Playwright QA tests for your game and run them to verify boot, scenes, scoring, and visuals.

Frequently Asked Questions about qa-game

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

FAQPage Schema
How do I automate e2e testing for an existing game project?

Automate e2e testing for an existing game project by scaffolding a Playwright test suite to verify boot, scene transitions, scoring, and visual regression stability. The process audits testability and generates tests to exercise core gameplay flows.

Can Playwright check game visuals for non-regression and verify scene transitions?

Yes, Playwright can verify game visuals for non-regression and verify scene transitions by generating dedicated tests and fixtures. It automates boot verification and visual stability checks to ensure core gameplay flows remain intact.

What do I need to set up Playwright QA tests for my game?

To set up Playwright QA tests for your game, you need to install Playwright, configure a dev server, expose game state in the app, create tests under tests/e2e, and provide npm scripts for running headless or headed tests.

Does automated game testing with Playwright support performance checks?

Yes, automated game testing with Playwright supports performance checks by verifying game load time and FPS. It applies design-intent and regression tests to ensure gameplay performance remains stable during core flows.

How do I run headless or headed e2e tests for game boot and scoring verification?

Run headless or headed e2e tests for game boot and scoring verification by providing npm scripts in your project. The generated test suite under tests/e2e exercises these core gameplay flows automatically via Playwright.