[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

at main 6 folders 6 files
README.md

e2e#

Snapshots#

This directory ./snapshots contains integration tests for Vitest's snapshot functionality. It uses a meta-testing approach where integration tests programmatically run fixture tests to validate snapshot behavior, such as, snapshot update, snapshot error formatting, summary reporting, obsolete snapshots handling, etc.

# Run all integration tests
pnpm -C test/e2e test --project=snapshots

# Run individual fixture directly
pnpm -C test/e2e test --root snapshots/fixtures/domain