Files
backstage/packages/e2e-test
Patrik Oldsberg 410e55990d e2e-test: update to call build:all
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-15 11:34:06 +01:00
..
2022-11-15 11:34:06 +01:00
2022-09-22 09:34:59 +02: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