# Integration Test Authentication
#
# Choose ONE of the following authentication methods:
#
# =============================================================================
# Option 1: Anthropic API Key
# =============================================================================
# Get your API key from: https://console.anthropic.com/
# Uncomment and set your key:
#
# ANTHROPIC_API_KEY=sk-ant-xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# =============================================================================
# Option 2: Claude Code OAuth Token (Pro/Max users)
# =============================================================================
# Generate a token by running this command locally:
# claude setup-token
#
# Then copy the token and set it here:
#
# CLAUDE_CODE_OAUTH_TOKEN=your-oauth-token-here
# =============================================================================
# Notes
# =============================================================================
#
# Run tests with: make integration-test
# Run specific tests: ./scripts/run-integration-tests.sh test_oneshot
# See TESTING.md for full documentation