common/ingestion/acceptance_tests/implementation-plan.md
Python-based acceptance tests for the LLM Analytics capture pipeline, testing against an existing PostHog instance.
python run_tests.py# Start PostHog manually (e.g., with docker-compose)
docker-compose -f docker-compose.dev-full.yml up -d
# Set environment variable
export POSTHOG_TEST_BASE_URL=http://localhost:8010
# Run tests
cd common/ingestion/acceptance_tests
python run_tests.py