Documentation
README
Bug Reproduction Test Generator
Generate executable tests that reproduce reported bugs based on issue reports and code repositories.
Workflow
Follow these steps to generate a bug reproduction test:
1. Analyze the Issue Report
Extract key information from the issue report:
- Symptoms: What goes wrong? (incorrect output, exception, crash, assertion failure, unexpected behavior)
- Affected components: Which modules, classes, or functions are involved?
- Triggering conditions: What inputs, states, or sequences trigger the bug?
- Stack traces: If provided, identify the call chain and failure point
- Expected vs. actual behavior: What should happen vs. what actually happens?
2. Inspect the Repository
Identify relevant code and context:
This is the opening of the README. Read the full README on GitHub.