The Hard Part of PR Testing Often Comes Before the Test
Understanding what a change should prove before testing is crucial in PR reviews. QAMap helps streamline this process.
A common challenge in PR reviews is determining what a change is supposed to prove before writing a test. While generating E2E test drafts from diffs seems useful, the output often highlights obvious actions. To address this, I developed QAMap, a local CLI that reads commits and diffs to describe the behavior affected by changes and identify missing QA questions. It’s still in early stages and may make mistakes, but the focus is on uncovering weak spots.