Statistics overview
At the top of the dashboard, a statistics card summarises Ito’s findings across all of your PRs for the selected time period.Period selector
Use the period dropdown to scope the statistics to Last 7 Days, Last 30 Days, Last 90 Days, or All Time.Severity cards
The statistics card shows bug counts broken down by severity:Summary metrics
- PRs Tested — total number of pull requests Ito has run tests on within the selected period
- Bug Detection Rate — percentage of tested PRs where Ito detected at least one issue; shown alongside the count of PRs with bugs vs. total PRs tested
Donut chart
When bugs have been found, a donut chart shows the proportional breakdown of bugs by severity level.PR list
Below the statistics, a table lists all pull requests Ito has processed. Each row shows:- Pull Request — title, PR number, repository name, and author
- Opened — how long ago the PR was opened (hover to see the exact date)
- Tested — how long ago the last test run completed
- PR Status — the current state of the pull request on GitHub (open, closed, merged)
- Test Results — pass/fail counts for the latest test run; a spinning indicator means tests are still running
Filtering the list
Use the filter controls above the table to narrow the list:- State — filter by PR status (open, closed, merged)
- Author — filter by the GitHub username of the PR author
- Repository — filter to a specific connected repository
- Period — filter to PRs opened within the selected time window
PR detail view
Click any row in the PR list to open its details. The header shows the PR title, number, repository, author, and a link to GitHub.Overview and Test Results
When a demo video is available and relevant to the PR, the pull request opens on Overview. It combines the PR description with a concise video walkthrough of the user-visible changes. Use the video chapters to jump to a part of the walkthrough. Select Test Results to review Ito’s executed test cases and findings. Demo videos are separate from test-case recordings. A demo video briefly shows the changes in a pull request. Test-case recordings show the browser session Ito used to run a specific test and includes the build process, test running, and any evidence of failures.Test case details
The Test Results view uses a resizable split panel:- Left panel: test cases for the selected run
- Right panel: details for the selected test case
- All Test Cases shows every test Ito ran on this commit
- Passed to only see test cases that worked as expected
- Failed to only see test cases where Ito found issues or bugs
- Additional findings to only see test cases that found issues unrelated to the PR, but that your engineers may still want to know about and address