How We Finally Solved Test Discovery
A 5-tier scoring system validated against 17 real repos replaced flat scoring that broke with real data. Content-aware matching fills the gaps.
Apr 1, 20262 min read0 reactions0 comments
Tag archive
A 5-tier scoring system validated against 17 real repos replaced flat scoring that broke with real data. Content-aware matching fills the gaps.
Given an implementation file, which test files are relevant? We tried stem matching, content grepping, and hybrid discovery. Each fails differently.
We've all been there: testing is wrapping up, and suddenly the Project Manager asks why we didn't...