Yattee v2 rewrite

This commit is contained in:
Arkadiusz Fal
2026-02-08 18:31:16 +01:00
parent 20d0cfc0c7
commit 05f921d605
1043 changed files with 163875 additions and 68430 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

View File

@@ -0,0 +1,18 @@
# False positives for visual regression tests
#
# When a screenshot difference is expected (e.g., dynamic content like timestamps,
# video counts, or subscription feeds), add an entry here to mark it as acceptable.
#
# Format:
# screenshot_name:
# reason: "Why this diff is acceptable"
# added: "YYYY-MM-DD"
#
# Example:
# app-launch-library:
# reason: "Dynamic video counts in library cards"
# added: "2024-01-15"
#
# To add a false positive from command line:
# ./bin/ui-test --mark-false-positive screenshot_name "reason"
#