This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 46abf58eec fix notifications stanza
new 49d49e2801 FINERACT-2421: Split E2E feature files to smaller chunks
new 35057d6389 FINERACT-2421: Finalize splitting large E2E feature files
to smaller chunks
The 2 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:
.github/workflows/build-e2e-tests.yml | 4 +-
....feature => AssetExternalization-Part1.feature} | 233 +-
.../features/AssetExternalization-Part2.feature | 233 +
.../features/EMICalculation-Part1.feature | 2522 ++++
.../features/EMICalculation-Part2.feature | 3420 ++++++
.../features/EMICalculation-Part3.feature | 3318 +++++
.../features/EMICalculation-Part4.feature | 449 +
.../test/resources/features/EMICalculation.feature | 9700 ---------------
.../src/test/resources/features/Loan-Part1.feature | 931 ++
.../src/test/resources/features/Loan-Part2.feature | 2581 ++++
.../src/test/resources/features/Loan-Part3.feature | 2919 +++++
.../src/test/resources/features/Loan-Part4.feature | 2845 +++++
.../src/test/resources/features/Loan.feature | 9269 --------------
...y.feature => LoanAccrualActivity-Part1.feature} | 4080 +------
.../features/LoanAccrualActivity-Part2.feature | 4081 +++++++
...feature => LoanCapitalizedIncome-Part1.feature} | 3750 +-----
.../features/LoanCapitalizedIncome-Part2.feature | 3752 ++++++
.../resources/features/LoanCharge-Part1.feature | 2171 ++++
.../resources/features/LoanCharge-Part2.feature | 3756 ++++++
.../resources/features/LoanCharge-Part3.feature | 2195 ++++
.../src/test/resources/features/LoanCharge.feature | 8116 -------------
.../resources/features/LoanChargeOff-Part1.feature | 1735 +++
.../resources/features/LoanChargeOff-Part2.feature | 3315 +++++
.../resources/features/LoanChargeOff-Part3.feature | 3963 ++++++
.../resources/features/LoanChargeOff-Part4.feature | 1492 +++
.../test/resources/features/LoanChargeOff.feature | 10497 ----------------
.../features/LoanChargeback-Part1.feature | 2023 ++++
...geback.feature => LoanChargeback-Part2.feature} | 6766 +++--------
.../features/LoanChargeback-Part3.feature | 803 ++
...e => LoanDelayedScheduleCaptures-Part1.feature} | 674 +-
.../LoanDelayedScheduleCaptures-Part2.feature | 674 ++
...uency.feature => LoanDelinquency-Part1.feature} | 538 +-
.../features/LoanDelinquency-Part2.feature | 540 +
...yment.feature => LoanDownPayment-Part1.feature} | 464 +-
.../features/LoanDownPayment-Part2.feature | 466 +
.../resources/features/LoanReAging-Part1.feature | 3236 +++++
.../resources/features/LoanReAging-Part2.feature | 4540 +++++++
.../resources/features/LoanReAging-Part3.feature | 3456 ++++++
.../test/resources/features/LoanReAging.feature | 11223 -----------------
... => LoanReAgingEqualAmortization-Part1.feature} | 8138 +++++--------
... => LoanReAgingEqualAmortization-Part2.feature} | 9023 ++++++--------
.../LoanReAgingEqualAmortization-Part3.feature | 1436 +++
.../features/LoanReAgingEqualAmortization.feature | 11984 -------------------
.../features/LoanReAmortization-Part1.feature | 3252 +++++
...on.feature => LoanReAmortization-Part2.feature} | 3252 +----
.../resources/features/LoanRepayment-Part1.feature | 1079 ++
.../resources/features/LoanRepayment-Part2.feature | 2033 ++++
...payment.feature => LoanRepayment-Part3.feature} | 3419 +-----
.../resources/features/LoanRepayment-Part4.feature | 310 +
49 files changed, 78106 insertions(+), 92550 deletions(-)
rename
fineract-e2e-tests-runner/src/test/resources/features/{AssetExternalization.feature
=> AssetExternalization-Part1.feature} (87%)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/AssetExternalization-Part2.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/EMICalculation-Part1.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/EMICalculation-Part2.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/EMICalculation-Part3.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/EMICalculation-Part4.feature
delete mode 100644
fineract-e2e-tests-runner/src/test/resources/features/EMICalculation.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/Loan-Part1.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/Loan-Part2.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/Loan-Part3.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/Loan-Part4.feature
delete mode 100644
fineract-e2e-tests-runner/src/test/resources/features/Loan.feature
rename
fineract-e2e-tests-runner/src/test/resources/features/{LoanAccrualActivity.feature
=> LoanAccrualActivity-Part1.feature} (56%)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanAccrualActivity-Part2.feature
rename
fineract-e2e-tests-runner/src/test/resources/features/{LoanCapitalizedIncome.feature
=> LoanCapitalizedIncome-Part1.feature} (56%)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanCapitalizedIncome-Part2.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanCharge-Part1.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanCharge-Part2.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanCharge-Part3.feature
delete mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanCharge.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanChargeOff-Part1.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanChargeOff-Part2.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanChargeOff-Part3.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanChargeOff-Part4.feature
delete mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanChargeOff.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanChargeback-Part1.feature
rename
fineract-e2e-tests-runner/src/test/resources/features/{LoanChargeback.feature
=> LoanChargeback-Part2.feature} (55%)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanChargeback-Part3.feature
rename
fineract-e2e-tests-runner/src/test/resources/features/{LoanDelayedScheduleCaptures.feature
=> LoanDelayedScheduleCaptures-Part1.feature} (86%)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanDelayedScheduleCaptures-Part2.feature
rename
fineract-e2e-tests-runner/src/test/resources/features/{LoanDelinquency.feature
=> LoanDelinquency-Part1.feature} (73%)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanDelinquency-Part2.feature
rename
fineract-e2e-tests-runner/src/test/resources/features/{LoanDownPayment.feature
=> LoanDownPayment-Part1.feature} (84%)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanDownPayment-Part2.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanReAging-Part1.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanReAging-Part2.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanReAging-Part3.feature
delete mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanReAging.feature
copy
fineract-e2e-tests-runner/src/test/resources/features/{LoanReAgingAccrualsEqualAmortization.feature
=> LoanReAgingEqualAmortization-Part1.feature} (52%)
copy
fineract-e2e-tests-runner/src/test/resources/features/{LoanReAgingAccrualsEqualAmortization.feature
=> LoanReAgingEqualAmortization-Part2.feature} (52%)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanReAgingEqualAmortization-Part3.feature
delete mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanReAgingEqualAmortization.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanReAmortization-Part1.feature
rename
fineract-e2e-tests-runner/src/test/resources/features/{LoanReAmortization.feature
=> LoanReAmortization-Part2.feature} (52%)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanRepayment-Part1.feature
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanRepayment-Part2.feature
rename
fineract-e2e-tests-runner/src/test/resources/features/{LoanRepayment.feature =>
LoanRepayment-Part3.feature} (53%)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanRepayment-Part4.feature