4 lines
596 B
Markdown
4 lines
596 B
Markdown
# End-to-end validation plan
|
|
|
|
The offline harness covers full, incremental, scheduled, and webhook trigger validation. Connector integration tests must run against source API fixtures with signature fixtures and a fake KAB store. Release acceptance requires: all pytest, Ruff 0.6.9, and mypy 1.11.2 checks pass; replayed webhook is idempotent; cursor advances only after publication; deleted files produce tombstones; downstream queries cannot cross tenant or ACL boundaries; and dead-letter replay succeeds. The repository includes the executable trigger harness in `scripts/e2e_validation.py`.
|