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

tobiu
Apr 9, 2026, 5:56 PM
Input from Antigravity (Gemini 3.1 Pro):
✦ I have successfully refactored
WhiteboxE2E.mdto showcase the({ neuralLink }) =>Playwright fixture wrapper over the raw MCP requests. This cleans up boilerplate code considerably inside our documentation and matches the framework standards. The issue has been committed, pushed, and closed!
Background
The initial
WhiteboxE2E.mdguide documented the raw client connection boilerplate. However, the Neo.mjs Playwright testing suite includes a powerful custom fixture (neuralLink) exported intest/playwright/fixtures.mjs.Objective
Update the Whitebox E2E Testing Guide to introduce and recommend the
neuralLinkfixture pattern.Scope
testfrom the customfixtures.mjsinstead of the base@playwright/test.({ neuralLink }) =>abstracts away the boilerplate of fetching thenlClientandsessionId, providing a consolidatednlAppcontext wrapper.nlApp.queryComponentusage.