test(bff): /health returns 200 Healthy (refs #28)

Add the BFF Api/Tests skeleton (.NET 10, ASP.NET Core minimal API, xUnit
+ WebApplicationFactory) and a failing test asserting GET /health returns
200 with a Healthy body. The endpoint does not exist yet — the test fails
with NotFound, establishing red before the implementation.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 13:35:22 +02:00
parent 1daf7a5b59
commit 8c1a00a207
7 changed files with 101 additions and 0 deletions

4
services/bff/Bff.slnx Normal file
View File

@@ -0,0 +1,4 @@
<Solution>
<Project Path="Bff.Api/Bff.Api.csproj" />
<Project Path="Bff.Tests/Bff.Tests.csproj" />
</Solution>