Files
backstage/packages/e2e-test
Fredrik Adelöw 971300a41f Merge pull request #28491 from Pike/knip-workspace-config
Improve knip reports by using a single config with workspaces
2025-01-29 16:50:12 +01:00
..
2025-01-28 13:06:36 +00:00
2025-01-28 13:06:36 +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