Commit 04e07f8
feat: implement P0-E end-to-end integration tests (IngestQuery + browser harness)
- Add tests/integration/IngestQuery.test.ts with 4 test cases:
- Multi-topic corpus ingest and query retrieval
- Metadata accessibility verification
- Persistence across sessions (reopen IndexedDB)
- Multiple ingest-then-query cycles
- Add tests/runtime/ingest-query-browser.spec.mjs for P0-E2:
- IndexedDB CRUD and persistence validation
- OPFS availability check
- Vector compute backend availability
- Update PLAN.md and TODO.md to mark P0-E complete
Co-authored-by: devlux76 <86517969+devlux76@users.noreply.github.com>1 parent 03e15c7 commit 04e07f8
4 files changed
Lines changed: 530 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments