Automatic Jest Test Generation for GitHub PRs with Dual AI Review - n8n Workflow | Neura Market
Automatic Jest Test Generation for GitHub PRs with Dual AI Review
Triggers on GitHub PR events to analyze changed React/TSX files, auto-generates Jest tests via AI, reviews them with a second AI, and posts suggestions as PR comments.
This n8n workflow automates unit test creation for GitHub pull requests, focusing on React and TypeScript files. Upon receiving webhook events for PR opened or synchronized, it fetches the PR details and diff, parses changed .tsx files, retrieves their full contents, and uses a 'Test Maker Agent' AI to generate targeted Jest tests based on diff hunks. A secondary 'Code Reviewer Agent' then refines these tests for style, edge cases, and best practices.
The workflow streamlines development by ens
Platform
n8n
Category
Communication
Price
$24.99
Creator
Fred Garcia
GitHub
Jest
AI
Testing
Pull Requests
React
TypeScript
DevOps
Automation
Code Review
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.