Files
backstage/packages/e2e-test
Patrik Oldsberg 65df955244 e2e-test: remove React 17 compatibility checks
The new frontend system does not support React 17, so the E2E test
no longer switches the scaffolded app to React 17 for a second
verification pass.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-03-17 20:53:51 +01:00
..
2026-02-24 19:24:06 +00:00
2025-04-05 16:15:13 -04:00
2026-02-24 19:24:06 +00:00

e2e-test

End-to-end test for verifying Backstage packages.

Usage

This package is only meant for usage within the Backstage monorepo.

All packages need to be installed and built before running the test. In a fresh clone of this repo you first need to run the following from the repo root:

yarn install
yarn tsc
yarn build:all

Once those tasks have completed, you can now run the test using yarn e2e-test run.

If you make changes to other packages you will need to rerun yarn tsc && yarn build. Changes to this package do not require a rebuild.

Documentation