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-consumer-facing.git


    from 0e286a4  Merge pull request #121 from edk12564/java-25
     add 9eac217  - added jacoco to measure test coverage - wired compose.yaml 
to optionally inject the JaCoCo agent into the bff container - included 
cucumber in test coverage with container agent - increased BFF memory limit to 
2gb - measured Playwright and Vitest coverage independently - added 
lcov-result-merger to measure Playwright + Vitest test coverage together
     add 224f4f4  - fixed jacoco build directory issues
     new ad9a065  Merge pull request #122 from edk12564/jacoco

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:
 .github/workflows/build-tests-backend.yml          |   3 +
 .github/workflows/build-tests-frontend.yml         |   6 +
 consumer/build.gradle                              |  60 +++
 consumer/compose.yaml                              |   6 +-
 docker-compose.e2e.yml                             |   2 +
 frontend/Dockerfile                                |   3 +-
 frontend/angular.json                              |  15 +-
 frontend/package-lock.json                         | 600 +++++++++++++++++++--
 frontend/package.json                              |   7 +
 frontend/playwright.config.ts                      |   2 +
 .../support/coverage-setup.ts}                     |  18 +-
 .../support/coverage-teardown.ts}                  |  18 +-
 .../support/coverage.config.ts}                    |  34 +-
 .../support/fixtures.ts}                           |  24 +-
 frontend/playwright/tests/loans.spec.ts            |   3 +-
 frontend/playwright/tests/registration.spec.ts     |   3 +-
 frontend/playwright/tests/savings.spec.ts          |   2 +-
 frontend/playwright/tests/summary.spec.ts          |   2 +-
 frontend/playwright/tests/transfers.spec.ts        |   3 +-
 frontend/vitest.config.ts                          |   6 +
 20 files changed, 719 insertions(+), 98 deletions(-)
 copy frontend/{src/app/shared/css/detail-page.scss => 
playwright/support/coverage-setup.ts} (77%)
 copy frontend/{src/app/shared/css/detail-page.scss => 
playwright/support/coverage-teardown.ts} (78%)
 copy frontend/{src/app/core/interceptors/auth.interceptor.ts => 
playwright/support/coverage.config.ts} (52%)
 copy frontend/{vitest.config.ts => playwright/support/fixtures.ts} (62%)

Reply via email to