E2e Scenario Testing

Use when verifying a running application end-to-end through its real interface — a web UI, a CLI, or a TUI — by writing and executing agent-run "scenario cards" against a freshly built instance with falsifiable assertions. Trigger on "test it end to end", "prove the UI actually works", "write/run a scenario", or after a change touches a user-facing surface that unit tests can't fully cover. Not for unit tests, pure code review, or API-only checks.

tuyv 92e57ed 4 files · 22.9 KB Updated

File contents

tuyv/ccpm/tree/main/preset-registry/skills/obra-dotfiles-e2e-scenario-testing commit 92e57ed403

Frequently asked questions

npx skillmds@latest add tuyv/e2e-scenario-testing