Files
backstage/packages/e2e-test
Himanshu Mishra f71bbe5d28 e2e-test: run yarn tsc:full on new apps
We encounetered errors with tsc:full on a newly created-app. So it should be verified that the command works

Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com>
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-08-03 11:56:15 +02:00
..
2021-06-18 20:26:42 +02:00
2021-02-09 10:00:01 +01:00
2020-11-03 20:50:42 +00:00
2020-11-03 11:03:49 +01: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

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