[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.

README.md

Vitest Opentelemtry Example#

Usage#

# Start Jaeger service to receive otlp traces over http
# and serve Web UI at http://localhost:16686
docker compose up -d

# Run tests (exports with OTLP HTTP by default)
pnpm test --experimental.openTelemetry.enabled

# Use console exporter for quick debugging
OTEL_TRACES_EXPORTER=console pnpm test --experimental.openTelemetry.enabled

# Run browser mode
pnpm test --experimental.openTelemetry.enabled --browser.enabled