Generate Tests Using Dashboard
After installation, the GitAuto dashboard provides a visual interface to manage test generation for your repositories.
Sign in to the GitAuto dashboard

First, on the top right corner of any page, click on the "Sign in" button. Then, sign in with your GitHub account.
Visit the GitAuto dashboard

After signing in, you will be redirected to the GitAuto dashboard. The dashboard will display a list of organizations and repositories where GitAuto is installed.
Select your GitHub organization and repository

Select your GitHub organization and repository from the dropdown menu. Only repositories where GitAuto is installed will be displayed.
Note: If you don't see your repository, verify that GitAuto is installed for that organization and that you have appropriate permissions.
Browse repository files

The dashboard will display a list of files in your repository. If you've integrated with coverage reports, you'll also see coverage percentages for each file.
Set Parent Issue (Optional)

Before generating tests, you can optionally select a Parent Issue. When you set a parent issue, GitAuto will create child issues linked to it. This allows you to:
- Define common rules - Write shared testing rules and guidelines in the parent issue that will be applied to all child issues
- Organize test generation - Group related test generation tasks under a single parent issue
- Reuse system prompts - The parent issue content serves as a system prompt for GitAuto when generating tests
Tip: You can attach up to 100 child issues to a single parent issue. When you reach this limit, detach closed child issues from the parent issue or create a new parent issue.
Learn more about what rules to include in parent issues.
Generate tests

Select files you want to test by checking the boxes next to them. We recommend starting with smaller files. Then click the pink "Actions" button and choose either:
- Create Issue Only - Creates a GitHub issue for review before generating tests
- Create Issue & PR - Creates both an issue and generates a pull request with tests immediately
Review on GitHub

Once successful, issue URLs will be linked to the files in the dashboard. Click these links to go to GitHub issues where you can review the generated tests.