Release: Angular 19 Upgrade & Test Suite Stabilization#171
Open
lordoliver wants to merge 206 commits intopazznetwork:masterfrom
Open
Release: Angular 19 Upgrade & Test Suite Stabilization#171lordoliver wants to merge 206 commits intopazznetwork:masterfrom
lordoliver wants to merge 206 commits intopazznetwork:masterfrom
Conversation
added 30 commits
December 21, 2025 20:43
…te e2e to use wss://localhost
- Optimize ci.yml: remove duplicate lines, ensure correct caching - Fix ejabberd.yml: disable TLS on 5280 to match test env proxy - Fix proxy.conf.json: use http/127.0.0.1 for websocket proxy - Fix E2E tests: update assertions (connected->online), use EjabberdAdminPage for user management, ensure proper test setup after reloads
- libs: Force message loading in ChatHistoryComponent on init to fix reload/state issues - e2e: Update ChatWindowPage selectors to match auto-scroll DOM structure - e2e: Improve infinite-scroll test robustness with ChatWindowPage and polling assertions
added 30 commits
January 14, 2026 22:23
…er intersection observer
…ages, no roster add)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release: Angular 19 Upgrade & Test Suite Stabilization
Summary
This PR represents a major milestone for the project, delivering the Angular 19 / Nx 20 upgrade alongside a comprehensive stabilization of the E2E and Unit test suites.
It resolves long-standing flakiness in MUC (Multi-User Chat) tests, eliminates "zombie" processes and rooms, and introduces automated E2E testing into the CI pipeline.
All test suites (
ngx-xmpp,ngx-chat-shared,xmpp-adapter,demo-e2e,ngx-chat-e2e-new) are now Passing Green ✅.🚀 Upgrade Details
Angular 19 & Nx 20
18.x->19.2.9.19.x->22.3.3.~5.6.2(Strict compilation enabled).TS7053(no implicit any) errors acrossstrophe-ts,xmpp-adapter, and the demo app.📦 Versioning
@angular/core@^19.0.0.🤖 CI & Infrastructure Improvements
✅ Automated Testing in CI
We have enabled and integrated the following test suites into the GitHub Actions CI pipeline, ensuring they run automatically on every Pull Request:
demo-e2e: The legacy Playwright E2E suite is now fully active in CI (previously disabled/broken).ngx-chat-e2e-new: The modern E2E suite is stabilized and enforcing regressions checks.🛠 Pipeline Robustness
demo-newto match Angular 19 production builds.🧪 Test Stabilization & Fixes
Multi-User Chat (MUC)
409 Conflict), leaving, and message history loading (MAM).E2E Fixes
demo-e2e: Verified 25/25 tests passing. Fixed selectors, timeouts, and server connectivity.ngx-chat-e2e-new: Fixed flaky tests:blocking.spec.ts: Fixed race conditions when asserting blocked messages.message-status.spec.ts: Improved wait assertions for message receipts.chatbox.spec.ts: Fixed rendering race conditions.Unit Test Fixes
setTimeoutto Angular'sfakeAsync/tick.ws://protocol correctly for test environments.✅ Verification
nx build ngx-chat/demo-new-> Success.nx test(All Libs) -> Success.nx e2e(All Apps) -> Success.^19.0.0.