Frontmatter
| id | 7722 |
| title | Test: Relocate `healthHelpers.test.mjs` to Playwright harness |
| state | Closed |
| labels | aitesting |
| assignees | [] |
| createdAt | Nov 8, 2025, 10:57 AM |
| updatedAt | Nov 10, 2025, 9:03 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7722 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 10, 2025, 9:03 PM |
The new test file
ai/mcp/server/github-workflow/test/healthHelpers.test.mjsis currently outside the main Playwright test harness. To ensure consistency and that it is picked up by the main test runner, it should be moved totest/playwright/mcp/github-workflow/.