👋
I am using latest version 8.0. I have configured the following:
When recording, the framework generates the image correctly. The generated image is:
test_iconWithLabel.png, 600 × 200 pixels, 144 pixels/inch
When having a test failure in the same image, these are the generated failure diff images:
diff_test_iconWithLabel.png, 1200 × 400 pixels, 144 pixels/inch
failed_test_iconWithLabel.png, 600 × 200 pixels, 144 pixels/inch
reference_test_iconWithLabel.png, 600 × 200 pixels, 72 pixels/inch
As you can see:
- The DPI of the
reference_test_iconWithLabel.png image does not match the DPI of the test_iconWithLabel.png recorded image
- The
diff_test_iconWithLabel.png contains the following very unexpected content:
Find all images attached here: Images.zip