Project ID:
65a7b3c9e4f0d12a8b3c7e91
API Key:
sk_live_a8f3b2c9d7e1f4a6b5c8d3e2f1a7b4c9d6e8f2a3b5c7d9e1f4a6b8c3d5e7f9
Usage Information
Endpoint: POST /api/reports/junit
Required Headers:
X-API-Key: sk_live_a8f3...
X-Project-ID: 65a7b3c9e4f0d12a8b3c7e91
X-Build-ID: [your-build-id]
Example:
curl -X POST https://app.shipqa.com/api/reports/junit \
-H "X-API-Key: sk_live_a8f3..." \
-H "X-Project-ID: 65a7b3c9e4f0d12a8b3c7e91" \
-H "X-Build-ID: build-$(date +%s)" \
-F "file=@test-results.xml"