Run E2e banner
ekirton ekirton

Run E2e

Testing community

Description

You are executing the `/run-e2e` command. This command runs end-to-end tests by executing user prompts from `test/e2e/test_*.md` files against the Poule MCP tools, recording results in `test/e2e/results.md`, and updating `examples/README.md` to list only passing prompts. ## Determine scope The user may provide a scope argument after `/run-e2e`: - A specific test file name or pattern (e.g., `test_navigation.md`, `navigation`): run only that test file. - No argument: run all `test/e2e/test_*.md`

Installation

Installs to ~/.claude/skills/ekirton-poule-run-e2e/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ekirton-poule-run-e2e && curl -fsSL https://raw.githubusercontent.com/ekirton/Poule/HEAD/commands/run-e2e.md -o ~/.claude/skills/ekirton-poule-run-e2e/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository