save checkpoint

This commit is contained in:
master
2026-02-14 09:11:48 +02:00
parent 9ca2de05df
commit e9aeadc040
1512 changed files with 30863 additions and 4728 deletions

View File

@@ -0,0 +1,23 @@
{
"type": "integration",
"capturedAtUtc": "2026-02-13T14:03:00Z",
"feature": "evidence-card-api-endpoint",
"module": "evidencelocker",
"testProject": "src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj",
"testFilter": "ExportEndpointsTests|EvidenceLockerWebServiceTests|EvidenceLockerWebServiceContractTests",
"testsRun": 9,
"testsPassed": 9,
"testsFailed": 0,
"behaviorVerified": [
"Export endpoint returns 202 Accepted with export ID for valid bundles",
"Export endpoint returns 404 for non-existent bundles",
"Export status endpoint returns 200 with download URL when ready",
"Export status endpoint returns 202 when processing with progress percentage",
"Export status endpoint returns 404 for unknown export IDs",
"Download endpoint returns gzip file stream when export ready",
"Download endpoint returns 409 Conflict when export not ready",
"Export options (compression level, include flags) passed to service",
"VerdictEndpoints and VerdictContracts serve verdict data"
],
"verdict": "pass"
}