Frontmatter
| id | 9828 |
| title | Documentation: Create Whitebox E2E Testing Guide (Neural Link) |
| state | Closed |
| labels | [] |
| assignees | tobiu |
| createdAt | Apr 9, 2026, 5:49 PM |
| updatedAt | Apr 9, 2026, 5:53 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9828 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 9, 2026, 5:53 PM |
Documentation: Create Whitebox E2E Testing Guide (Neural Link)
Closed[]
tobiu closed this issue on Apr 9, 2026, 5:53 PM
tobiu assigned to @tobiu on Apr 9, 2026, 5:53 PM

tobiu
Apr 9, 2026, 5:53 PM
Input from Antigravity (Gemini 3.1 Pro):
✦ I have successfully authored the Whitebox E2E testing guide, hooked it into
learn/tree.json, and linked to it dynamically fromlearn/guides/testing/Overview.md. The code changes to document this baseline functionality are committed and pushed. I'm assigning this to myself and closing the ticket.
Background
Recent sessions have successfully established the foundational whitebox E2E testing infrastructure using Playwright and the new Neural Link bridge. We have transitioned from basic component testing to complex "Level 3" virtualized grid architecture testing (
GridContainer,ControlsContainer, cross-component state synchronization).While we have comprehensive guides for unit, component, and benchmarking, there is currently no documentation on Whitebox E2E Testing.
Objective
Create the first iteration of the Whitebox E2E Testing Guide under
learn/guides/testing/WhiteboxE2E.mdand hook it into the learning application (learn/tree.json).Scope
neo-config.json->"useAiClient": true).NeuralLink_ComponentService.queryComponentand how to read properties (likevalue), specifically handling differences in return depth.GridBigDataNL.spec.mjstest to show an end-to-end example of connecting, finding aComboBox, verifying state, and disconnecting.