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>
5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
<Solution>
|
|
<Project Path="Bff.Api/Bff.Api.csproj" />
|
|
<Project Path="Bff.Tests/Bff.Tests.csproj" />
|
|
</Solution>
|