Pull Requests
Files Changed

Files Changed

This view displays all code and file modifications associated with a PR.

It mirrors the functionality of GitHub's "Files Changed" view, allowing developers and QA engineers to review code diffs, additions, and deletions directly within TestDino.

This feature is dependent on a successful GitHub integration. If the integration is not active, the view will display a prompt to "Connect with GitHub."

What you see


The view is composed of the PR header, a main content area, and a sidebar.

1. PR Header

Displays the pull request title, number, status (e.g., Merged), and the source and target branches.

2. File List

A central list of every file that was added, modified, or deleted in the pull request.

3. Diff Viewer

An expandable area for each file showing specific changes.

What you can do

  • Review Diffs: Expand any file to see the specific lines of code or text that were added (green), removed (red), or left unchanged (white).
  • View Comments: See code-level comments, conversations, and their Resolved or Unresolved status directly within the diff.

Best Practices

  • Use the search bar to find files by name or path.
  • A dropdown filter allows you to show "All files" or only added or modified files.
  • Use the Expand / Collapse all controls to manage the file list.