Files
Ben Villalobos 9f249ca6dd Reduce sanity-test mocha retries from 3 to 1 (#316709)
Per discussion in today's engineering infra sync, drop the mocha-level retry count on the two sanity-test runners from 3 to 1. A single retry is enough to absorb transient flakes without masking real regressions or significantly inflating runtime when a test is genuinely broken.
2026-05-15 15:45:56 -07:00
..
2026-04-12 08:48:56 -07: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)