initial e2e-test-utils package

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-25 10:46:48 +02:00
parent 27f62283df
commit f5b41b27a9
7 changed files with 89 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# @backstage/e2e-test-utils
_This package was created through the Backstage CLI_.
## Installation
Install the package via Yarn:
```sh
cd <package-dir> # if within a monorepo
yarn add @backstage/e2e-test-utils
```