This is an automated email from the ASF dual-hosted git repository. angeh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/fineract-cn-docker-compose.git
commit 2966e86584449547d19a2127c0ad6e8e593cb99b Author: Juhan Aasaru <[email protected]> AuthorDate: Fri Nov 22 15:06:36 2019 +0200 improve readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d54c1cc..52f854e 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,12 @@ docker volume rm external_tools_postgres-volume docker-compose up ``` +## Integration tests +We have a shell script that verifies if the setup still works. +For this install [Newman](https://learning.getpostman.com/docs/postman/collection_runs/command_line_integration_with_newman/) and +run the script ./integration_test.sh. It takes about 15minutes to complete. +Beware that the script overwrites contents of .env file. + ## Note: **These scripts are ideal for a docker swarm deployment environment. If you are to deploy Fineract CN using Docker swarm you will have remove the network configuration from the docker-compose script and implement a load balancer (using docker swarm) that reflects the network configuration you just removed from the compose file.**
