verify.assert_screenshot_diff
Assert that the pixel diff ratio between two PNG screenshots stays at or below a specified maximum, enabling automated visual regression verification.
Instructions
Compare two PNG screenshots and assert the pixel diff ratio is at or below maxDiffRatio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | ||
| actualPath | Yes | ||
| baselinePath | Yes | ||
| maxDiffRatio | No |