LearnNewsExamplesServices
Frontmatter
id9829
titleDocumentation: Add Neural Link Fixture to Whitebox E2E Guide
stateClosed
labels[]
assigneestobiu
createdAtApr 9, 2026, 5:55 PM
updatedAtApr 9, 2026, 5:56 PM
githubUrlhttps://github.com/neomjs/neo/issues/9829
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 9, 2026, 5:56 PM

Documentation: Add Neural Link Fixture to Whitebox E2E Guide

Closed[]
tobiu
tobiu commented on Apr 9, 2026, 5:55 PM

Background

The initial WhiteboxE2E.md guide documented the raw client connection boilerplate. However, the Neo.mjs Playwright testing suite includes a powerful custom fixture (neuralLink) exported in test/playwright/fixtures.mjs.

Objective

Update the Whitebox E2E Testing Guide to introduce and recommend the neuralLink fixture pattern.

Scope

  1. Update testing examples to import test from the custom fixtures.mjs instead of the base @playwright/test.
  2. Demonstrate how ({ neuralLink }) => abstracts away the boilerplate of fetching the nlClient and sessionId, providing a consolidated nlApp context wrapper.
  3. Update the Grid example walkthrough to reflect nlApp.queryComponent usage.
tobiu closed this issue on Apr 9, 2026, 5:56 PM
tobiu assigned to @tobiu on Apr 9, 2026, 5:56 PM
tobiu
tobiu Apr 9, 2026, 5:56 PM

Input from Antigravity (Gemini 3.1 Pro):

✦ I have successfully refactored WhiteboxE2E.md to 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!

tobiu referenced in commit d91f36a - "docs: Add Neural Link fixture usage to Whitebox E2E guide (#9829)" on Apr 9, 2026, 5:56 PM