-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(e2e): store images in jpeg format #2451
Conversation
It is definitely an enhancement that we can use, as we will get files that are practically smaller. To summarize everything, I'd have to say:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If compression is ok for us I vote for storing images in AVIF format. AVIF has higher compression efficiency than WebP.
This is a totally valid suggestion. If |
# Conflicts: # e2e/package.json # e2e/tests/__image_snapshots__/homepage-feature-feature-homepage-looks-fine-test-homepage-footer-on-desktop-1-snap.png # e2e/tests/__image_snapshots__/homepage-feature-feature-homepage-looks-fine-test-homepage-footer-on-mobile-1-snap.png # package-lock.json
# Conflicts: # e2e/package.json # e2e/tests/__image_snapshots__/homepage-feature-feature-homepage-looks-fine-test-homepage-footer-on-desktop-1-snap.png # e2e/tests/__image_snapshots__/homepage-feature-feature-homepage-looks-fine-test-homepage-screen-1-snap.png # e2e/tests/__image_snapshots__/homepage-feature-feature-homepage-looks-fine-test-homepage-screen-on-mobile-1-snap.png # package-lock.json
🎉 This PR is included in version 5.0.0-beta.34 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes: #2393