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
First of all, thanks for nice additional feature for cypress!
I set it up on my Mac OS, so generated base screens. When running again, everything is green. But, when it is build in Azure Pipeline on Linux agent it fails. On the diff screenshot "shadow of all texts" is highlighted. Any suggestion how to fix it?
The text was updated successfully, but these errors were encountered:
Ok, I found out that screenshots on different environments are "always" not exactly the same, depends on rendering fonts etc.
I have fixed it by generating base screenshots on MacOS with docker cypress/base:ubuntu16 image, Azure Pipleline uses Ubuntu 16.04 as well, so the rendering is the same
First of all, thanks for nice additional feature for cypress!
I set it up on my Mac OS, so generated base screens. When running again, everything is green. But, when it is build in Azure Pipeline on Linux agent it fails. On the diff screenshot "shadow of all texts" is highlighted. Any suggestion how to fix it?
The text was updated successfully, but these errors were encountered: