Specs E2e Verification

Executes real end-to-end verification against a running application after specification implementation. Detects the application type, starts the local runtime (Docker, Node, Spring Boot, etc.), runs real tests (curl for REST APIs, Playwright for web SPAs, computer-use for desktop apps), verifies acceptance criteria from the functional specification, generates a markdown report, and tears down the environment. Use when: user asks to verify a completed spec with real tests, run e2e checks after implementation, validate acceptance criteria in a live environment, or test the feature for real after task completion.

majiayu000 64a649a 2 files · 42.7 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/testing/specs-e2e-verification commit 64a649a308

Frequently asked questions

npx skillmds add majiayu000/specs-e2e-verification