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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Bug Fixes
fix: Restore overview screenshots when move_tolerance is used (#132, #134)
_combined_with_diff and other overview images were missing from the Robot Framework log when move_tolerance was active — movement detection methods raised AssertionError directly, bypassing screenshot generation. They now return False, allowing the normal screenshot flow to execute.
Overview screenshots (combined, diff, absolute_diff) now appear before per-area movement detail screenshots in the log, with interleaved messages for each area.