# Xray Cloud API Credentials for Integration Tests
# Copy this file to .env.test and fill in your credentials
# Get your API credentials from: https://xray.cloud.getxray.app/api-keys
XRAY_CLIENT_ID=your_client_id_here
XRAY_CLIENT_SECRET=your_client_secret_here
# Project key to use for integration tests
# IMPORTANT: Use a dedicated test project to avoid interfering with production data
XRAY_TEST_PROJECT_KEY=YOUR_PROJECT_KEY
# Optional: Uncomment to skip integration tests
# SKIP_INTEGRATION_TESTS=true