Sevil Yılmaz

Results 17 comments of Sevil Yılmaz

@MikeMcC399 sadly, not yet. I'll have time to look at it next week.

I tried to reproduce it in a public repo, meaning: running locally in docker and running in Gitlab CI with the same `cypress/included` images. But the result of the snapshots...

Some of the fonts are missing when I ran the command comparing to your output. ``` ❯ docker run -it --rm --entrypoint fc-list cypress/included:13.12.0 /usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf: DejaVu Serif:style=Bold /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf: DejaVu Sans...

> Possibly there are just differences between linux/amd64 and linux/arm64? Yes, possibly. > You may need to set different baselines for visual comparison depending on which architecture you are testing...

If you run `yarn run cypress:ci` it will run on a headless browser locally and you will see this difference. ![App -- should have the same font diff](https://github.com/cypress-io/cypress-docker-images/assets/393186/597e4ab1-3bd9-47a6-bd2d-c8a1c4d76d47) But this...

It seems Linux OS matches with the fonts. This narrows down the issue to macOS then.

I still suspect from the docker image changes since it started happening without any configuration changes apart from the version upgrade. But since I cannot reproduce it in a public...