-
Notifications
You must be signed in to change notification settings - Fork 33
Playwright Visual Snapshot Comparision Test #537
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
base: dev
Are you sure you want to change the base?
Playwright Visual Snapshot Comparision Test #537
Conversation
Signed-off-by: suresh-gangumalla <[email protected]>
…right Signed-off-by: Suresh Kumar Gangumalla <[email protected]>
Signed-off-by: Suresh Kumar Gangumalla <[email protected]>
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 <[email protected]>
Test Results: ✅ PASSEDRun at: 2025-12-05T10:14:29.783Z Summary: |
Signed-off-by: suresh-gangumalla <[email protected]>
Test Results: ✅ PASSEDRun at: 2025-12-12T09:00:18.096Z Summary: |
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