Shreyas0786 opened a new pull request, #275:
URL: https://github.com/apache/fineract-backoffice-ui/pull/275

   <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements. See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership. The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License. You may obtain a copy of the License at
   
     http://www.apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied. See the License for the
   specific language governing permissions and limitations
   under the License.
   -->
   
   ## What and why
   
   Shards the mocked Playwright project across four GitHub Actions matrix jobs, 
then merges their blob reports in a dependent job. This reduces the 
mocked-suite wall-clock time while preserving the combined HTML/JSON report and 
PR summary. The backend project remains unchanged.
   
   Closes #259
   
   ## Verification
   
   - `npx playwright test --list --project=mocked` — 220 tests in 13 files
   - Verified four shards contain 55 tests each, totaling 220
   - Dry-ran four list-only blob reports and merged them successfully — merged 
JSON contained 220 tests across 13 suites
   - `npm run format:check`
   - `npm run lint`
   - `npm run build`
   - `bash scripts/check-license.sh`
   - No UI or real Fineract backend was exercised; this is a workflow-only 
change
   
   ## Screenshots
   
   Not applicable — workflow-only change with no visual UI changes.
   
   ## Checklist
   
   - [x] I did not hand-edit generated files under `src/app/api/`.
   - [x] New component or service code uses the adapter boundary in 
`src/app/core/adapters/` instead of direct browser globals or imperative 
third-party APIs. Not applicable; no component or service code changed.
   - [x] User-facing strings use translation keys. Not applicable; no 
user-facing strings changed.
   - [x] I added or updated tests appropriate to this change, or explained why 
tests were not needed. The existing 220-test suite was verified across four 
shards and through a merged-report dry run.
   - [x] UI workflow changes include suitable e2e coverage, including 
real-backend testing where relevant. Not applicable; no UI workflow changed, 
and the backend job remains unchanged.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to