We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f906b commit 5fff175Copy full SHA for 5fff175
README.md
@@ -98,15 +98,30 @@ You can `cp .env.sample .env` and modify them locally.
98
99
Integration tests are used to validate endpoints and response payloads. Then can be run locally via:
100
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
112
+yarn start:watch
113
114
115
+3. Run the integration tests:
116
117
```shell
-docker compose up arns-service -d --build
118
yarn test:integration:local
119
```
120
121
or entirely via docker compose:
122
123
-yarn docker:integration
124
+yarn test:docker
125
126
127
## Swagger
0 commit comments