Files
vscode/test
405da76c40 Fix slight misalignment of compact model picker button (#332554)
* Fix slight misalignment of compact model picker button

* Remove has

* Update blocks-ci screenshot baselines for model picker alignment

The compact model picker section now matches the standard chat toolbar
item box (border-box, 22px) instead of 16px plus 4px vertical padding,
which makes the inline chat zone widget 2px shorter.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix stale update-screenshots skill

The skill claimed no manual baseline updates were needed and pointed at
the removed `.screenshots/baseline/` directory. In reality the
`Screenshots & Tests` check fails when a `blocksCi`-labeled fixture's
hash changes, and the new hashes must be committed to
`test/componentFixtures/blocks-ci-screenshots.md`.

Document the actual workflow: where to read the expected hashes, why they
must never be regenerated locally, how to verify the visual delta is
intentional before accepting it, and the byte-for-byte formatting
constraints of the generated file.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Stop un-ignoring the generated screenshot baseline directory

Screenshot baselines are no longer committed, so the negation no longer
protects tracked assets. `.screenshots/baseline/` is now a locally
generated session produced by component-explorer-diff.json, so leaving
the negation in place exposed generated PNGs as untracked files.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-08-25 15:56:57 +00:00
..

VS Code Tests

Contents

This folder contains the various test runners for VS Code. Please refer to the documentation within for how to run them:

  • unit: our suite of unit tests (README)
  • integration: our suite of API tests (README)
  • smoke: our suite of automated UI tests (README)
  • sanity: release sanity tests (README)