mirrored from git://develop.git.wordpress.org/
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Inital setup of visual regression tests. #209
Closed
tellthemachines
wants to merge
14
commits into
WordPress:master
from
tellthemachines:try/visual-regression-e2e-tests
Closed
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
9d45961
Inital setup of visual regression tests.
tellthemachines 2101867
Add diff console dump.
tellthemachines 9289f72
Ignore common dynamic elements and blur pixels
tellthemachines f411433
Check element exists before hiding it.
tellthemachines d006782
Hide site name and increase blur.
tellthemachines 1dc113d
Up failure threshold.
tellthemachines fccb787
Try to fix tests on Travis
tellthemachines 4ef4753
Update snapshot and lower failure threshold
tellthemachines 93b2ba3
Revert whitespace changes
tellthemachines 8bd91d1
Add custom setup and ignore snapshot files.
tellthemachines 1c7ef85
Address review comments
tellthemachines 24c43ad
Add some docs on how to run the tests.
tellthemachines 78366fc
Replace timeout with puppeteer function.
tellthemachines a4a1293
Remove redundant puppeteer download.
tellthemachines File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I'm not sure how, but I guess this also has to be added to the upstream SVN repo, like an svn:ignore equivalent?
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.
That's a very good question 😅 hopefully someone knows the answer to.
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.
Yes, the folder will need to be excluded upstream when committing by updating
svn props
.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.
Yes, and the changed svn props can also be committed afterwards, if easier. As far as I see
svn:ignore __image_snapshots__
will have to be added to the parent dir,tests/visual-regression/specs
.