Skip to content

Commit c99e633

Browse files
authored
Merge pull request #152 from argos-ci/ignore-changes-docs
feat: ignore changes docs
2 parents 7e96b5a + 6ebace9 commit c99e633

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/learn/flaky-test-detection.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,16 @@ On the test page you will find:
4242
- List of changes happened to the test
4343

4444
Use this information to approve stable tests or flag flaky ones for fixes.
45+
46+
## Ignore changes
47+
48+
When reviewing a visual test result in Argos, you may encounter changes that are not relevant or are caused by flakiness. You can **ignore a specific change** directly from the UI.
49+
50+
From the build page or the test page, click on the "Ignore" button next to the change you want to ignore.
51+
52+
Once ignored, Argos will no longer notify you if this **exact same change** happens again in future builds. This lets you filter out noise while keeping future regressions detectable.
53+
54+
### Best Use Cases
55+
56+
- Flaky UI elements that appear/disappear randomly or render inconsistently.
57+
- Non-deterministic image rendering (e.g. base64 previews, antialiasing issues).

0 commit comments

Comments
 (0)