Skip to content

Commit 5fff175

Browse files
author
dtfiedler
committed
chore(README): update readme
1 parent 64f906b commit 5fff175

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,30 @@ You can `cp .env.sample .env` and modify them locally.
9898

9999
Integration tests are used to validate endpoints and response payloads. Then can be run locally via:
100100

101+
1. Set `.env` to:
102+
103+
```shell
104+
GATEWAY_HOST=localhost
105+
GATEWAY_PORT=1984
106+
GATEWAY_PROTOCOL=http
107+
```
108+
109+
2. Run the service locally:
110+
111+
```shell
112+
yarn start:watch
113+
```
114+
115+
3. Run the integration tests:
116+
101117
```shell
102-
docker compose up arns-service -d --build
103118
yarn test:integration:local
104119
```
105120

106121
or entirely via docker compose:
107122

108123
```shell
109-
yarn docker:integration
124+
yarn test:docker
110125
```
111126

112127
## Swagger

0 commit comments

Comments
 (0)