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-backoffice-ui.git

commit 0bd7a888b1cf51d5128d3db23e6b58b122590e71
Merge: 0f0907c 5c80f4c
Author: Aman-Mittal <[email protected]>
AuthorDate: Fri Jul 31 23:46:47 2026 +0530

    Merge pull request #150 from Aman-Mittal/feature/e2e-fineract-docker
    
    Add Playwrite E2e tests in CI check

 .github/workflows/e2e.yml               | 175 +++++++++++
 .gitignore                              |   1 +
 AGENTS.md                               |   2 +-
 ARCHITECTURE_DECISIONS.md               |  85 -----
 CONTRIBUTING.md                         |  25 ++
 DOCS/PENDING_APIS.md                    |  85 -----
 DOCS/UI_GAP_ANALYSIS.md                 | 532 --------------------------------
 FINERACT_CONTEXT.md                     | 100 ------
 deploy/docker-compose-e2e.yml           |  56 ++++
 deploy/init-db.sql                      |  22 ++
 e2e/all-functions-read-shortcut.spec.ts |   2 +-
 e2e/client.spec.ts                      |  14 +-
 e2e/e2e-journey.spec.ts                 |  13 +-
 e2e/feature-coverage.spec.ts            |  32 +-
 e2e/full-demo.spec.ts                   |   5 +
 e2e/functional-coverage.spec.ts         |   4 +-
 e2e/global-setup.ts                     |  45 +++
 e2e/loan-account-actions.spec.ts        |  39 +--
 e2e/loan-lifecycle.spec.ts              |   5 +
 e2e/loan-schedule-type.spec.ts          |   5 +
 e2e/loan-servicing.spec.ts              |  65 ++--
 e2e/rbac-feature-flag.spec.ts           |   2 +-
 e2e/report-enhancements.spec.ts         |  14 +-
 e2e/utils/create-active-loan.ts         | 112 ++-----
 e2e/utils/fineract-login.ts             |   8 +
 e2e/utils/ionic-locators.ts             |  75 +++++
 e2e/utils/seed-api.ts                   | 233 ++++++++++++++
 e2e/utils/seeded-backend.ts             |  44 +++
 playwright.config.ts                    |  10 +-
 scripts/check-license.sh                |   2 +-
 scripts/e2e-summary.mjs                 | 100 ++++++
 security.md                             |  18 +-
 src/app/layout/sidebar.component.ts     |  10 +-
 src/styles/_common.scss                 |  50 +++
 34 files changed, 1013 insertions(+), 977 deletions(-)

Reply via email to