Hacker News new | ask | show | jobs
by jampa 298 days ago
I feed the `git diff` of the branch (excluding large files like package-lock) and a list of the E2E files. Claude reads and compares the E2E tests against the modified content.

The good thing about Claude Code is that it uses tool calls to explore the files to check which E2E tests can validate the changes.

1 comments

How well does this work for massive codebases and thousands of e2e tests?