This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-loan-origination.git
from 14ead14 Merge pull request #54 from
KRYSTALM7/feature/FINERACT-2442-admin-dashboard
add d426eba feat(FINERACT-2442): add Cucumber integration tests for
customer auth and loan approval workflow
new e8fa7ee Merge pull request #57 from
KRYSTALM7/feature/FINERACT-2442-tests-clean
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 42 ++++++++++
.../apache/fineract/los/api/AuthController.java | 35 ++++----
.../apache/fineract/los/cucumber/CucumberIT.java | 25 +++---
.../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, 368 insertions(+), 28 deletions(-)
copy frontend/src/app/core/guards/auth.guard.ts =>
src/test/java/org/apache/fineract/los/cucumber/CucumberIT.java (54%)
create mode 100644
src/test/java/org/apache/fineract/los/cucumber/CucumberSpringConfig.java
create mode 100644
src/test/java/org/apache/fineract/los/cucumber/steps/CustomerAuthSteps.java
create mode 100644
src/test/java/org/apache/fineract/los/cucumber/steps/LoanApprovalSteps.java
create mode 100644 src/test/resources/features/customer-auth.feature
create mode 100644 src/test/resources/features/loan-approval.feature