15 lines
691 B
Markdown
15 lines
691 B
Markdown
# TeamsISO Manual Test Playbook
|
|
|
|
This doc grows with each phase. Phase A is unit-test only — nothing to verify against live Teams yet. Phase B will fill in NDI runtime checks; Phase C will add the live-meeting end-to-end checklist.
|
|
|
|
## Pre-checks (run before each release branch)
|
|
|
|
- [ ] `dotnet build TeamsISO.sln` succeeds with zero warnings on Windows.
|
|
- [ ] `dotnet build TeamsISO.Linux.slnf` succeeds with zero warnings on Linux/macOS.
|
|
- [ ] `dotnet test TeamsISO.Linux.slnf --filter "Category!=ndi&requires!=ndi"` reports all unit tests passing.
|
|
- [ ] CI run on `main` is green.
|
|
- [ ] Code coverage on `TeamsISO.Engine` is ≥80%.
|
|
|
|
## Live-meeting checklist (Phase C)
|
|
|
|
(To be added.)
|