<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hansung Kwon</title>
    <description>The latest articles on DEV Community by Hansung Kwon (@ivory-code).</description>
    <link>https://dev.to/ivory-code</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4027265%2F6ab42222-b7fc-4e94-bc6d-d586d77ae5cb.jpg</url>
      <title>DEV Community: Hansung Kwon</title>
      <link>https://dev.to/ivory-code</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ivory-code"/>
    <language>en</language>
    <item>
      <title>The hard part of PR testing often comes before the test</title>
      <dc:creator>Hansung Kwon</dc:creator>
      <pubDate>Mon, 13 Jul 2026 12:35:55 +0000</pubDate>
      <link>https://dev.to/ivory-code/the-hard-part-of-pr-testing-often-comes-before-the-test-ofe</link>
      <guid>https://dev.to/ivory-code/the-hard-part-of-pr-testing-often-comes-before-the-test-ofe</guid>
      <description>&lt;p&gt;One thing I keep running into when reviewing a PR is this: before writing a test, I first have to work out what the change is actually supposed to prove.&lt;/p&gt;

&lt;p&gt;My first instinct was to generate E2E test drafts from diffs. It looked useful on paper. In practice, a lot of the output was obvious: click something, then check the success screen.&lt;/p&gt;

&lt;p&gt;So I am trying to start one step earlier.&lt;/p&gt;

&lt;p&gt;I have been building QAMap, a small local CLI that reads commits and diffs, tries to describe the behavior a change touches, and points out QA questions that may be missing around failures, boundaries, and state changes.&lt;/p&gt;

&lt;p&gt;It runs locally. It does not upload source code or make LLM calls.&lt;/p&gt;

&lt;p&gt;It is still early, and it definitely gets things wrong. Right now, I am more interested in finding those weak spots than pretending it can understand every product domain.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/IvoryCanvas/qamap" rel="noopener noreferrer"&gt;https://github.com/IvoryCanvas/qamap&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/ivory-code" rel="noopener noreferrer"&gt;https://github.com/ivory-code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>testing</category>
      <category>opensource</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
