LearnNewsExamplesServices
Frontmatter
id9992
titleRefactor Test Gap Detection Logic in DreamService
stateClosed
labels
bugaineeds-re-triage
assignees[]
createdAtApr 14, 2026, 10:19 AM
updatedAt3:19 PM
githubUrlhttps://github.com/neomjs/neo/issues/9992
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
contentTrust
projected
quarantined0
signals[]
blockedBy[]
blocking[]
closedAtJun 6, 2026, 11:37 PM

Refactor Test Gap Detection Logic in DreamService

Closed v13.0.0/archive-v13-0-0-chunk-4 bugaineeds-re-triage
tobiu
tobiu commented on Apr 14, 2026, 10:19 AM

Description

The current test gap detection in DreamService.mjs attempts to map files/classes to tests via simple string path scanning (testFilePaths.some(p => ...)). This approach is utterly flawed and generates inaccurate test constraint alerts.

Objective

  • Develop a deterministic mechanism to accurately correlate source classes with their specific Playwright/validation test files.
  • Replace the rudimentary path token scanning with a robust codebase parsing strategy or direct test manifest alignment.
tobiu added the bug label on Apr 14, 2026, 10:19 AM
tobiu added the ai label on Apr 14, 2026, 10:19 AM