Generate Tests Using GitHub Issues
After installing GitAuto, you can create tests directly from GitHub issues with a few simple steps.
1
Create a new GitHub issue

Create a new issue in your GitHub repository. The title can be anything descriptive about what you want to test.
2
Check the GitAuto checkbox

GitAuto will automatically add a comment to your issue with a checkbox. Check this box to trigger GitAuto to analyze your issue and generate test cases and a pull request.
Note: For existing issues without the GitAuto checkbox, you can add the "gitauto" label to trigger the same functionality. No worries, I'll get into the details next.
3
Review and merge the pull request

GitAuto will create a pull request with the generated tests. Review the code, make any necessary adjustments, and merge the pull request to add the tests to your repository.