-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Mobile] - Support Visual Regression testing #47845
Conversation
Size Change: 0 B Total Size: 1.33 MB ℹ️ View Unchanged
|
Flaky tests detected in 764e841. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4222548391
|
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.
This looks great!
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.
Excited to have this tool available for the project. 🎉
Related PRs:
What?
This PR adds initial support to visual regression testing on mobile.
Why?
To be able to prevent regressions and to stop a lot of manual testing we do when we make a new release.
How?
First, it adds some global variables to simplify how we get this data from
Gutenberg Mobile
I did this to prevent requiring these files.It also adds a
Gallery
block test data.Testing Instructions
CI checks should pass.
Testing Instructions for Keyboard
N/A
Screenshots or screencast
N/A