[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 2 folders 5 files
README.md

test/ui#

# run e2e on playwright
pnpm test
pnpm test --ui

# run fixture projects
pnpm test-fixtures --root fixtures/main --ui
pnpm test-fixtures --root fixtures/trace

# generate html report and use it for UI dev
pnpm -C test/ui test-fixtures --root fixtures/trace --reporter=html --ui=false --run
HTML_REPORT_DIR="$PWD/test/ui/fixtures/trace/html" pnpm -C packages/ui dev:client