S-04a: the deferred S-04 acceptance criterion. A gated Acl.IntegrationTests project (Category=Integration) drives the real OpenZaakGateway against the running compose stack — real ZGW JWT auth and the real POST /zaken contract a stubbed HttpMessageHandler cannot exercise. The lane is kept out of the fast checks: make unit filters Category!=Integration, Stryker is pinned to Acl.Tests, and a new make integration target brings the stack up, seeds a published zaaktype and tears down. Red: against real OpenZaak the gateway POST fails 400 — JsonContent streams the body chunked and OpenZaak's uwsgi rejects it. Fixed in the next commit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13 lines
229 B
JSON
13 lines
229 B
JSON
{
|
|
"stryker-config": {
|
|
"solution": "Acl.slnx",
|
|
"test-projects": ["Acl.Tests/Acl.Tests.csproj"],
|
|
"reporters": ["progress", "html"],
|
|
"thresholds": {
|
|
"high": 95,
|
|
"low": 90,
|
|
"break": 90
|
|
}
|
|
}
|
|
}
|