mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 01:39:46 +00:00
19 lines
549 B
YAML
19 lines
549 B
YAML
# 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"
|
|
#
|