update-screenshots
द्वारा microsoft
नवीनतम CI रन से स्क्रीनशॉट बेसलाइन डाउनलोड करें और उन्हें कमिट करें। जब CI से घटक स्क्रीनशॉट बेसलाइन को अपडेट, स्वीकार या रिफ्रेश करने के लिए कहा जाए, या...
npx skills add https://github.com/microsoft/vscode --skill update-screenshotsUpdate Component Screenshots from CI
Screenshot baselines are no longer stored in the repository. They are managed by an external screenshot service (hediet-screenshots.azurewebsites.net). The CI workflow uploads screenshots to this service and diffs them automatically.
When the Checking Component Screenshots GitHub Action detects changes, it posts a PR comment with before/after comparisons. No manual baseline updates are needed — the screenshots on the main branch commit become the new baselines automatically after merge.
What Changed
- Baseline images were removed from
test/componentFixtures/.screenshots/baseline/. - Git LFS is no longer used for screenshot storage.
- The screenshot service stores images keyed by commit SHA and handles diffing.
If Screenshots Need Investigation
- Check the PR comment posted by the CI workflow for visual diffs.
- Download the
screenshotsartifact from the CI run for the raw captured images:
gh run download <run-id> --name screenshots --dir .tmp/screenshots
- Compare locally if needed. The artifact contains the full set of captured screenshots.