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-backoffice-ui.git
from b3e847e Merge pull request #169 from
Aman-Mittal/feature/e2e-hardening-and-spec-sync
add 4dbc4ac test(e2e): read created-loan ids without racing the navigation
add 8a22de5 ci(e2e): split the suite so the slow half is off the critical
path
add 895e6b9 test(e2e): never let CI reach a public Fineract
add 9eb127f ci(e2e): scope the PR-comment permission to the jobs that
need it
add 0f8a2cd test(e2e): stop the demo assuming products already exist
new c12090a Merge pull request #170 from
Aman-Mittal/fix/e2e-flake-and-workflow-split
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/scripts/upsert-e2e-comment.js | 69 +++++++++++++++
.github/workflows/e2e.yml | 153 ++++++++++++++++++++++++----------
e2e/full-demo.spec.ts | 27 +++---
e2e/loan-lifecycle.spec.ts | 15 ++--
e2e/loan-schedule-type.spec.ts | 4 +-
e2e/loan-servicing.spec.ts | 2 +-
e2e/utils/backend-env.ts | 44 ++++++++--
e2e/utils/capture-response.ts | 68 +++++++++++++++
e2e/utils/fineract-login.ts | 11 ++-
package.json | 4 +-
playwright.config.ts | 42 +++++++++-
scripts/e2e-stack.sh | 63 ++++++++++++++
12 files changed, 421 insertions(+), 81 deletions(-)
create mode 100644 .github/scripts/upsert-e2e-comment.js
create mode 100644 e2e/utils/capture-response.ts
create mode 100644 scripts/e2e-stack.sh