Files
backstage/.changeset/big-yaks-film.md
T
Fredrik Adelöw 4a3d434095 add changesets, bump to jose 5
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-21 14:59:53 +01:00

727 B

@backstage/backend-test-utils
@backstage/backend-test-utils
patch

Added support for the new auth and httpAuth services that were created as part of BEP-0003. These services will be present by default in test apps, and you can access mocked versions of their features under mockServices.auth and mockServices.httpAuth if you want to inspect or replace their behaviors.

There is also a new mockCredentials that you can use for acquiring mocks of the various types of credentials that are used in the new system.