Skip to content

Commit b21e045

Browse files
committed
#7262 Internal tickets
1 parent 6edcbda commit b21e045

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

.github/ISSUE/epic-enhance-workflow-with-mandatory-unit-testing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ The primary goal is to prevent regressions, especially in the complex core modul
3333
### Test Migrations
3434
- **Done:** ticket-refactor-playwright-and-convert-vdom-helper.md (covers `VdomHelper.mjs`)
3535
- **Done:** ticket-convert-core-effect-test.md (covers `core/Effect.mjs`)
36-
- **To Do:** *[Future tickets for remaining test files will be listed here]*
36+
- **To Do:** ticket-plan-remaining-siesta-migrations.md
37+
- **To Do:** ticket-explore-test-file-indexing.md
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Ticket: Explore and Implement Test File Indexing in Knowledge Base
2+
3+
GH ticket id: #7266
4+
5+
**Assignee:**
6+
**Status:** To Do
7+
8+
**Parent Epic:** epic-enhance-workflow-with-mandatory-unit-testing.md
9+
10+
## Description
11+
12+
Once all unit tests have been migrated to the Playwright runner, their value as documentation can be amplified by making them searchable. This task is to explore the best method for including the Playwright test files (`*.spec.mjs`) in the ChromaDB knowledge base and to implement the chosen solution.
13+
14+
## Acceptance Criteria
15+
16+
1. Investigate the `ai:build-kb` script to determine how to include `.spec.mjs` files.
17+
2. Modify the script and any related configuration to add the test files to the knowledge base.
18+
3. Verify that queries made via `npm run ai:query` can successfully return results from within the test files.

0 commit comments

Comments
 (0)