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.

Jesse Vincent (obra) 92e57ed 7.1 KB Updated 247k repo stars

File contents

obra/dotfiles/tree/main/.claude/skills/e2e-scenario-testing commit 92e57ed403

Frequently asked questions

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