Reword e2e-test

This commit is contained in:
Adam Harvey
2021-02-17 22:37:43 -05:00
parent a34578e4d7
commit 0d5a07fe29
+3 -3
View File
@@ -154,9 +154,9 @@ are separated out into their own folder, see further down.
to read out definitions and generate documentation for it.
- [`e2e-test/`](https://github.com/backstage/backstage/tree/master/packages/e2e-test) -
Another CLI that can be run to try out what would happen if you built all the
packages, published them, created a new app, and then run them. CI uses this
for e2e-tests.
Another CLI that can be run to try out what would happen if you build all the
packages, publish them, create a new app, and then run them. CI uses this for
e2e-tests.
- [`integration/`](https://github.com/backstage/backstage/tree/master/packages/integration) -
Common functionalities of integrations like GitHub, GitLab, etc.