Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/learn/baseline-build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ A **baseline build** serves as the reference point for comparing screenshots to

## How does Argos determine the baseline build?

Argos uses your Git commit history to identify the most recent successful build on the **baseline branch** (default branch or custom-configured branch). This build is then set as the baseline for screenshot comparisons.
Argos selects the baseline build by finding the most recent **candidate build** that meets all of the following conditions:

- Has the same build name as the triggered build
- All framework tests passed
- Be auto-approved, manually approved or orphan
- Its commit is an ancestor of the merge base between the triggered build's commit and the baseline branch

## What is the baseline branch?

Expand Down