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>
18 lines
725 B
Plaintext
18 lines
725 B
Plaintext
<Solution>
|
|
<Folder Name="/services/" />
|
|
<Folder Name="/services/acl/">
|
|
<Project Path="services/acl/Acl.Api/Acl.Api.csproj" />
|
|
<Project Path="services/acl/Acl.Application/Acl.Application.csproj" />
|
|
<Project Path="services/acl/Acl.Infrastructure/Acl.Infrastructure.csproj" />
|
|
<Project Path="services/acl/Acl.IntegrationTests/Acl.IntegrationTests.csproj" />
|
|
<Project Path="services/acl/Acl.Tests/Acl.Tests.csproj" />
|
|
</Folder>
|
|
<Folder Name="/services/bff/">
|
|
<Project Path="services/bff/Bff.Api/Bff.Api.csproj" />
|
|
<Project Path="services/bff/Bff.Tests/Bff.Tests.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/acceptance/Acceptance.csproj" />
|
|
</Folder>
|
|
</Solution>
|