-
Notifications
You must be signed in to change notification settings - Fork 0
[E2E] Playwright: Issues CRUD and archive flow (Sprint 3 integration) #127
Copy link
Copy link
Closed
Labels
go:yesReady to implementReady to implementpriority:p2Next sprintNext sprintrelease:backlogNot yet targetedNot yet targetedsprint-3Sprint 3 — Full CRUD UI + ArchiveSprint 3 — Full CRUD UI + ArchivesquadSquad triage inbox — Lead will assign to a memberSquad triage inbox — Lead will assign to a membersquad:boromirAssigned to Boromir (DevOps)Assigned to Boromir (DevOps)squad:legolasAssigned to Legolas (Frontend Dev)Assigned to Legolas (Frontend Dev)type:choreMaintenance, refactoring, cleanupMaintenance, refactoring, cleanup
Metadata
Metadata
Assignees
Labels
go:yesReady to implementReady to implementpriority:p2Next sprintNext sprintrelease:backlogNot yet targetedNot yet targetedsprint-3Sprint 3 — Full CRUD UI + ArchiveSprint 3 — Full CRUD UI + ArchivesquadSquad triage inbox — Lead will assign to a memberSquad triage inbox — Lead will assign to a membersquad:boromirAssigned to Boromir (DevOps)Assigned to Boromir (DevOps)squad:legolasAssigned to Legolas (Frontend Dev)Assigned to Legolas (Frontend Dev)type:choreMaintenance, refactoring, cleanupMaintenance, refactoring, cleanup
Summary
End-to-end Playwright test covering the full Issues CRUD happy path to validate that all Sprint 3 bug fixes work together in a running environment.
Test Scenarios
IssuesCrudFlow.cs(or.spec.tsif using TypeScript Playwright)Scenario 1 — Create Issue
Scenario 2 — Filter Issues
Scenario 3 — Edit Issue
Scenario 4 — View Issue Detail / Comments Performance
Scenario 5 — Admin: Archive a Category
Setup Requirements
AppHost.Tests.E2Eproject structureLoginTests.csorRegisterTests.csfor auth setupAcceptance Criteria
Depends On