Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Integration tests run multiple services together to check that their inter-dependencies work as intended.  Integration tests are named for the services they include.

https://github.com/apache/fineract-cn-test  

demo-server

demo-server is a project which uses the same methodology as the integration tests to deploy all the services together except the UI.  Demo-server provisions the services in a generic way.  This is a reasonable place to start in playing with deployment.  You will need to understand this provisioning code to be able to provision in your production environment.

...

Tests the interaction between the named services.  This test is currently portfolio-centric, since it is portfolio which requires all the other services.https://github.com/apache/fineract-cn-test 


service-starter

A library which starts services, Eureka, and Apache ActiveMQ for use in the integration tests and in demo-server.

...