Testing the BFF: Unit, Integration & Contract Tests
A layered testing strategy for the BFF. WebApplicationFactory for integration tests, Pact for consumer-driven contract testing with Vue.
Apr 15, 202617 min read2

Search for a command to run...
Articles tagged with #vuejs
A layered testing strategy for the BFF. WebApplicationFactory for integration tests, Pact for consumer-driven contract testing with Vue.

Standing up the BFF service, aggregating upstream calls, shaping responses, and handling errors with real code.

API design principles, response shaping, versioning strategy, and what belongs in the BFF vs upstream services.

Your frontend has outgrown the API it was given.

Production lessons from building a passwordless-first PWA with WebAuthn, Feide OIDC, and ASP.NET Core

Combining WebAuthn and Feide OIDC for recovery, federation, and identity continuity in a VueJS + ASP.NET Core PWA
