This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-loan-origination.git
commit e8fa7eebb81d3e859233f51375bb08db98258d89 Merge: 14ead14 d426eba Author: Aman-Mittal <[email protected]> AuthorDate: Sat Aug 8 23:06:55 2026 +0530 Merge pull request #57 from KRYSTALM7/feature/FINERACT-2442-tests-clean FINERACT-2442: Add Cucumber integration tests for customer authentication and multi-stage approval workflow pom.xml | 42 ++++++++++ .../apache/fineract/los/api/AuthController.java | 35 ++++---- .../apache/fineract/los/cucumber/CucumberIT.java | 35 ++++++++ .../los/cucumber/CucumberSpringConfig.java | 55 +++++++++++++ .../los/cucumber/steps/CustomerAuthSteps.java | 89 ++++++++++++++++++++ .../los/cucumber/steps/LoanApprovalSteps.java | 94 ++++++++++++++++++++++ src/test/resources/features/customer-auth.feature | 26 ++++++ src/test/resources/features/loan-approval.feature | 30 +++++++ 8 files changed, 390 insertions(+), 16 deletions(-)
