fix(snjs): instructions on running e2e locally

This commit is contained in:
Karol Sójko
2022-09-29 11:07:03 +02:00
parent b0e708186c
commit c841ac99d2

View File

@@ -44,8 +44,9 @@ To run a stable server environment for E2E tests that is up to date with product
```
yarn install --immutable
yarn test:stable-server
yarn start:local-server
```
Wait for the `All services are up!` message.
Once the server infrastructure is ready, and you've built all packages, you can run the test suite in the browser via:
@@ -53,6 +54,11 @@ Once the server infrastructure is ready, and you've built all packages, you can
yarn start:server:e2e
```
Once you are finished you can close the running local server on E2E repo by typing:
```
yarn stop:local-server
```
### Unit Tests
From the root of the repository, run: