Files
backstage/packages/app
Patrik Oldsberg daaaa72ebb e2e: use exact name matching for sidebar link assertions
New plugin nav items like "Catalog Graph" cause Playwright's
substring-based getByRole name matching to find multiple elements
when searching for "Catalog". Switch to exact: true.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-03-25 22:53:03 +01:00
..
2026-03-24 14:54:00 +00:00
2026-03-24 14:54:00 +00:00

example-app

This package is the main example Backstage application using the new frontend system.

To play with it, open a terminal and run the command: yarn start

NOTE: Don't forget to open a second terminal and to launch the backend there, using yarn start! The frontend requires a backend to connect to.