Files
backstage/packages/frontend-test-utils
Fredrik Adelöw 7efdc27464 Remove mountPath → initialRouteEntries defaulting
Don't auto-default initialRouteEntries from mountPath — for
parameterized paths this silently produces wrong params (literal
':name' values). Require callers to set both explicitly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2026-05-25 15:18:11 +02:00
..
2026-05-19 18:28:24 +00:00
2026-04-16 12:14:47 +02:00
2026-05-19 18:28:24 +00:00

@backstage/frontend-test-utils

The new frontend system that this package is part of is in alpha, and we do not yet recommend using it for production deployments

Contains utilities that can be used when testing frontend features such as extensions.

Installation

Install the package via Yarn into your own packages:

cd <package-dir> # if within a monorepo
yarn add --dev @backstage/frontend-test-utils