You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/learn/baseline-build.mdx
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,12 @@ A **baseline build** serves as the reference point for comparing screenshots to
22
22
23
23
## How does Argos determine the baseline build?
24
24
25
-
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.
25
+
Argos selects the baseline build by finding the most recent **candidate build** that meets all of the following conditions:
26
+
27
+
- Has the same build name as the triggered build
28
+
- All framework tests passed
29
+
- Be auto-approved, manually approved or orphan
30
+
- Its commit is an ancestor of the merge base between the triggered build's commit and the baseline branch
0 commit comments