Frontmatter
| id | 9783 |
| title | Implement NeuralLink Playwright Test Fixture |
| state | Closed |
| labels | enhancementaitesting |
| assignees | tobiu |
| createdAt | Apr 8, 2026, 11:44 AM |
| updatedAt | Apr 8, 2026, 12:16 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9783 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8851 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 8, 2026, 12:16 PM |
Implement NeuralLink Playwright Test Fixture
Closedenhancementaitesting
Goal
Implement a first-class
neuralLinktest fixture into the Playwright framework context to provide "God Mode" capabilities during standard E2E testing workflows.Tasks
test/playwright/fixtures.mjs.neuralLinkfixture utilizing Playwright context variables.connectToApp()helper that bridges Playwright's DOM inspection (window.Neo.workerId) with the Neural Link connection layer to seamlessly connect to the correct isolated app instance.