Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(README): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jan 18, 2024
1 parent 64f906b commit 5fff175
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,30 @@ You can `cp .env.sample .env` and modify them locally.

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

1. Set `.env` to:

```shell
GATEWAY_HOST=localhost
GATEWAY_PORT=1984
GATEWAY_PROTOCOL=http
```

2. Run the service locally:

```shell
yarn start:watch
```

3. Run the integration tests:

```shell
docker compose up arns-service -d --build
yarn test:integration:local
```

or entirely via docker compose:

```shell
yarn docker:integration
yarn test:docker
```

## Swagger
Expand Down

0 comments on commit 5fff175

Please sign in to comment.