tree: f49a6b7df40c1e0986b2392a0a59d0e5c0d30885
  1. src/
  2. build.gradle
  3. dependencies.gradle
  4. README.md
integration-tests/README.md

Run integration tests

Prerequisites

  • A running Fineract instance is required

Default configuration

  • BACKEND_PROTOCOL=https
  • BACKEND_HOST=localhost
  • BACKEND_PORT=8443
  • BACKEND_USERNAME=mifos
  • BACKEND_PASSWORD=password
  • BACKEND_TENANT=default

To override default values

  • To override any of the default value, just add new value with the same key as environment variable
  • Example:
    • BACKEND_PROTOCOL=http

Migration to fineract-client-feign

We are currently migrating integration tests from RestAssured to the Feign-based Fineract client. For detailed instructions and patterns, see the Test Migration Guide.