Open
Conversation
3a2108c to
61ceb09
Compare
planet-4
added a commit
to greenpeace/planet4-test-telesto
that referenced
this pull request
Oct 17, 2025
/unhold 470165da-39b1-4892-bc75-f8db00f13e16
Contributor
Test instance is ready 🚀🌑 telesto | admin | blocks report | CircleCI | composer-local.json ⌚ 2025.10.22 13:20:17 |
planet-4
added a commit
to greenpeace/planet4-test-telesto
that referenced
this pull request
Oct 17, 2025
/unhold 959307c3-4e7d-4884-8fd2-afeaf5c1b7fa
61ceb09 to
287198d
Compare
planet-4
added a commit
to greenpeace/planet4-test-telesto
that referenced
this pull request
Oct 20, 2025
/unhold 56b876e1-d1d0-4fd1-b50a-fb8bb033c941
planet-4
added a commit
to greenpeace/planet4-test-telesto
that referenced
this pull request
Oct 21, 2025
/unhold a3dd5dce-5791-4d3b-bd13-c29958a74bb1
287198d to
4a94c16
Compare
planet-4
added a commit
to greenpeace/planet4-test-telesto
that referenced
this pull request
Oct 22, 2025
/unhold 6ce1db53-82fd-4965-a8ff-f43c240b9d1b
4a94c16 to
7ebc0f8
Compare
This could be used for visual regression testing
7ebc0f8 to
d7349ae
Compare
planet-4
added a commit
to greenpeace/planet4-test-telesto
that referenced
this pull request
Oct 22, 2025
/unhold 4064d2fb-4cb3-4430-9a1b-4a154de041fd
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This could be used for visual regression testing.
Docs: https://css-tricks.com/automated-visual-regression-testing-with-playwright/
Testing
On local, you can run
npx playwright test tests/e2e/snapshots.spec.j. It is expected to fail the first time (since it doesn't have snapshots yet) but on second try it should work.If you then make a change on the homepage for example and re-run the test, it should fail again since the snapshots are now different.