Merged in feature/chatbot1 (pull request #223)
Chatbot functionality * baseline working * missing test file * more tests
This commit is contained in:
@@ -340,6 +340,8 @@ PERMIT_IO_PDP_URL=http://localhost:7766
|
||||
```
|
||||
|
||||
## Testing
|
||||
Note about port use for testing:
|
||||
- When running the full stack (like `task compose:refresh` ) the following ports will be in use locally ` Total: 15 host ports: 2345, 4566, 5432, 7766, 8080, 8081, 8082, 8083, 8084, 8085, 8087, 8088, 8089, 8090, 9091.`
|
||||
|
||||
For testing endtoends such as queries against a database, or interactions with an SQS queue, this repository employs the use of docker testcontainers.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user