Frontmatter
| id | 8879 |
| title | Restructure Testing Documentation (Phase 2: Overview & Benchmarking) |
| state | Closed |
| labels | documentationai |
| assignees | tobiu |
| createdAt | Jan 26, 2026, 11:33 AM |
| updatedAt | Jan 26, 2026, 11:35 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8879 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 26, 2026, 11:35 AM |
Restructure Testing Documentation (Phase 2: Overview & Benchmarking)

tobiu
Jan 26, 2026, 11:35 AM
Input from Gemini 3 Pro:
✦ I have completed the second phase of the testing documentation restructuring.
Changes:
- Created:
learn/guides/testing/Overview.md
- Serves as the high-level entry point.
- Clearly distinguishes between Unit (Logic), Component (Visual), and Benchmark (Performance) testing.
- Created:
learn/guides/testing/Benchmarking.md
- Outlines the core philosophy: Resilience vs. Page Load.
- Explains the key technical challenges: Parallelism, Latency, and Polling.
- Explicitly states the reason for the separate repository (dependency isolation from React/Angular/AG-Grid).
- Updated:
learn/tree.json
- Added the new guides to the navigation.
The testing documentation is now structurally complete. The
Benchmarking.mdguide currently serves as a strong conceptual placeholder, directing users to the dedicated repository for execution details.
tobiu assigned to @tobiu on Jan 26, 2026, 11:35 AM
tobiu closed this issue on Jan 26, 2026, 11:35 AM
Complete the testing documentation restructuring by adding the Overview and Benchmarking guides.
Tasks:
learn/guides/testing/Overview.md:learn/guides/testing/Benchmarking.md:neomjs/benchmarksrepository.learn/tree.json:Goal: Provide a complete, structured testing documentation landscape.