Frontmatter
| id | 9835 |
| title | Testing: Implement Baseline Neural Link Fixture E2E Verification |
| state | Open |
| labels | enhancementaitesting |
| assignees | [] |
| createdAt | Apr 9, 2026, 10:17 PM |
| updatedAt | Apr 9, 2026, 10:17 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9835 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
Testing: Implement Baseline Neural Link Fixture E2E Verification
Openenhancementaitesting
Background
The Neural Link Playwright fixture (
test/playwright/fixtures.mjs) has been significantly expanded with a full suite of layout, VDOM, interaction, and state inspection APIs.Objective
Create a dedicated E2E test suite specifically targeting the new fixture mechanics to ensure the MCP-to-Browser bridge functions flawlessly before it gets used downstream in complex architectural tests like the Grid Multi-Body sync.
Scope
test/playwright/e2e/NeuralLinkFixture.spec.mjs.nl.getDomRect(),nl.queryVdom(),nl.simulateEvent(), andnl.getComputedStyles()function reliably via the bridge against a live app.