Skip to content

Introducing BFF V4

86a1aa5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bff V4 multi-frontend support #2032

Introducing BFF V4
86a1aa5
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report - test/Hosts.Tests succeeded Jun 3, 2025 in 0s

15 passed, 0 failed and 0 skipped

Tests passed successfully

✅ bff/test/Hosts.Tests/TestResults/test/Hosts.Tests-tests.trx

15 tests were completed in 53s with 15 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Hosts.Tests.BffBlazorWebAssemblyTests 1✅ 5s
Hosts.Tests.BffTests 12✅ 2s
Hosts.Tests.BlazorPerComponentTests 1✅ 4s
Hosts.Tests.Templates.BffBlazorTemplateTests 1✅ 4s

✅ Hosts.Tests.BffBlazorWebAssemblyTests

✅ Can_login_and_load_local_api

✅ Hosts.Tests.BffTests

✅ Can_initiate_login
✅ Can_invoke_home
✅ Can_logout
✅ Once_authenticated_can_call_proxied_urls(url: "/api/anonymous")
✅ Once_authenticated_can_call_proxied_urls(url: "/api/audience-constrained")
✅ Once_authenticated_can_call_proxied_urls(url: "/api/client-token")
✅ Once_authenticated_can_call_proxied_urls(url: "/api/impersonation")
✅ Once_authenticated_can_call_proxied_urls(url: "/api/optional-user-token")
✅ Once_authenticated_can_call_proxied_urls(url: "/api/user-or-client-token")
✅ Once_authenticated_can_call_proxied_urls(url: "/api/user-token")
✅ Once_authenticated_can_call_proxied_urls(url: "/local/invokes-external-api")
✅ Once_authenticated_can_call_proxied_urls(url: "/local/self-contained")

✅ Hosts.Tests.BlazorPerComponentTests

✅ Can_load_blazor_webassembly_app

✅ Hosts.Tests.Templates.BffBlazorTemplateTests

✅ Can_login_and_load_local_api