Documentation
README
Real E2E Test Skill
Run real end-to-end tests that start claude-tap from local source, connect to the
real Claude CLI, and verify trace output.
Prerequisites
claudeCLI installed and authenticated- Python dev dependencies installed:
uv sync --extra dev tmuxinstalled for interactive mode (brew install tmux)
Mode 1: Pytest Real E2E (7 test cases)
Run all real E2E tests
uv run pytest tests/e2e/ --run-real-e2e --timeout=300 -v
Run a single test
uv run pytest tests/e2e/test_real_proxy.py::TestRealProxy::test_single_turn --run-real-e2e --timeout=180 -v -s
Run with debug output
uv run pytest tests/e2e/ --run-real-e2e --timeout=300 -v -s --tb=long
Mode 2: tmux Interactive Real E2E
This is the opening of the README. Read the full README on GitHub.