Playwright Visual Snapshot Comparision Test#537
Open
suresh-gangumalla wants to merge 6 commits intolightning-js:devfrom
Open
Playwright Visual Snapshot Comparision Test#537suresh-gangumalla wants to merge 6 commits intolightning-js:devfrom
suresh-gangumalla wants to merge 6 commits intolightning-js:devfrom
Conversation
Signed-off-by: suresh-gangumalla <sureshkumar.gangumalla@invecas.com>
…right Signed-off-by: Suresh Kumar Gangumalla <sureshkumar.gangumalla@invecas.com>
Signed-off-by: Suresh Kumar Gangumalla <sganguma@cadence.com>
Test Results: ✅ PASSEDRun at: 2025-11-19T12:46:35.830Z Summary: |
|
Suresh Kumar Gangumalla seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Test Results: ✅ PASSEDRun at: 2025-11-20T13:59:52.079Z Summary: |
Earlier playwright version was build on top of linux 22.x and latest changes to msdf-font-generator linux binaries requires GLIBC > 2.38. Ubuntu 24.X comes with GLIBC version which satisifies msdf-font-generator binaries in linux OS so updated playwright to nobel version which build on Ubutntu 24.X. Masking node_modules of examples and visual-tests projects inside docker from blits directory complete mount so that examples and visual-tests projects get node_modules of playwright image (linux) node-modules on container run instead of depending on host machine installed node-modules Signed-off-by: suresh-gangumalla <sureshkumar.gangumalla@invecas.com>
Test Results: ✅ PASSEDRun at: 2025-12-05T10:14:29.783Z Summary: |
Signed-off-by: suresh-gangumalla <sureshkumar.gangumalla@invecas.com>
Test Results: ✅ PASSEDRun at: 2025-12-12T09:00:18.096Z Summary: |
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.
Playwright-based visual regression tests have been added, including a sample example application and a visual-tests project that supports two execution modes: Local Mode and CI (Docker) Mode. To get started, first install the Blits dependencies
To run tests in Local Mode, begin by capturing baseline snapshots
npm run test:visual -- -- --captureThen execute the visual snapshot comparison
npm run test:visualFor CI (Docker) Mode, build the Docker image
npm run build:dockerAnd run the visual regression tests in CI mode
npm run test:visual -- -- --ci