Files
backstage/packages/e2e-test
Marvin9 f05e4b9608 re: make consistent environment variables
GITHUB_PRIVATE_TOKEN & GITHUB_ACCESS_TOKEN => GITHUB_TOKEN
GITLAB_PRIVATE_TOKEN, GITLAB_ACCESS_TOKEN & SCAFFOLDER_GITLAB_PRIVATE_TOKEN => GITLAB_TOKEN
AZURE_PRIVATE_TOKEN => AZURE_TOKEN
GHE_PRIVATE_TOKEN => GHE_TOKEN
2020-10-08 10:34:06 +05:30
..
2020-08-23 18:30:32 +02:00
2020-10-05 15:45:33 +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

Once those tasks have completed, you can now run the test using yarn start inside this package.

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