dragon-iso/docs/test-playbook.md
Zac Gaetano 381cac66e6
Some checks failed
CI / build-and-test (push) Failing after 26s
docs: add Phase A test playbook stub and plan backlog
2026-05-07 15:16:37 +00:00

691 B

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.)