- A running Fineract instance is required
BACKEND_PROTOCOL=httpsBACKEND_HOST=localhostBACKEND_PORT=8443BACKEND_USERNAME=mifosBACKEND_PASSWORD=passwordBACKEND_TENANT=default
- To override any of the default value, just add new value with the same key as environment variable
- Example:
BACKEND_PROTOCOL=http
We are currently migrating integration tests from RestAssured to the Feign-based Fineract client. For detailed instructions and patterns, see the Test Migration Guide.
