Scrum 185 us 802 sprint 4 final qa integration e2 e and regression testing#75
Merged
Heshan1478 merged 2 commits intoApr 20, 2026
Conversation
…erage Align automated QA suites with the current chat-session implementation by expanding API/UI E2E coverage, updating helper foundations, and consolidating regression reporting for Sprint 4 sign-off. Made-with: Cursor
Add a dedicated slow headed Playwright project and script so browser preview works on versions without CLI slow-mo, and extend Sprint 4 UI flows to visibly perform branching and note creation with stable interactions. Made-with: Cursor
Heshan1478
approved these changes
Apr 20, 2026
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.
Summary
This PR delivers full Sprint 4 QA integration and regression coverage for the current chat-session implementation. It rewrites outdated automation (backend xUnit, frontend Vitest, Playwright API/UI), aligns tests with current API/UI contracts, and improves browser-visible E2E execution with a dedicated slow headed Playwright flow.
SCRUM Ticket: SCRUM-185
Type of Change
feat— New featurefix— Bug fixrefactor— Code restructuring (no behaviour change)ci— CI/CD changeschore— Maintenance (deps, config, tooling)docs— Documentation updatetest— Adding or updating testsChanges Made
chat-sessions.spec.ts,branching.spec.ts,notes.spec.ts,providers.spec.tstests/playwright/tests/ui/sprint4-flows.spec.ts:ui-chrome-slowproject (slowMo: 500) inplaywright.config.tstest:ui:slowscript intests/playwright/package.jsontests/playwright/README.mdrun docsoutput/test-contract-matrix.mdoutput/qa-regression-report.mdHow to Test
docker compose up --builddotnet test backend/Coliee.API.Tests/Coliee.API.Tests.csprojcd frontendnpm testcd tests/playwrightnpm run test:apinpm run test:uinpm run test:ui:slow -- tests/ui/sprint4-flows.spec.tsScreenshots (if applicable)
output/qa-regression-report.mdsummary section.Checklist
docker compose up --build