Features
- `Image Should Contain Template` has option to crop `template` image before comparison by using arguments `tpl_crop_x1`, `tpl_crop_y1`, `tpl_crop_x2`, `tpl_crop_x2`,
- Default `threshold` in `Image Should Contain Template` has been adjusted to `0.0` to only consider exact matches
- Template image can be logged as screenshot in `Image Should Contain Template`
- Names of screenshot files are added to Log
Fixes
- `Image Should Contain Template` now throws correct AssertionError in case the template was not found in image
Thank you simonmeggle for your contribution π¦ΈββοΈ