Leveraging an LLM to generate comprehensive test cases from Github diffs
A while ago I found myself in an unfavorable situation: Testing a branch with numerous changes and limited time to validate each one. Having used GeminiAI in the past to resolve flaky locators in Playwright, I began to wonder if I could leverage an LLM to review the diff retreived from Github and generate test cases specific to the changes in the merge request.
Read more