e2e-test: converted into a CLI

This commit is contained in:
Patrik Oldsberg
2020-10-10 17:26:27 +02:00
parent dc0261e6bc
commit 7de1004f03
11 changed files with 104 additions and 25 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ yarn tsc
yarn build
```
Once those tasks have completed, you can now run the test using `yarn start` inside this package.
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.