An open API service indexing awesome lists of open source software.

https://github.com/luizrebelatto/vitestpoc

Vitest is a fast and modern testing framework, inspired by Jest but optimized for projects using Vite. It has native support for TypeScript, ESM, and integrations with modern frontend tools. Additionally, it provides high performance and real-time feedback when running tests.
https://github.com/luizrebelatto/vitestpoc

framework testing vitest-ui

Last synced: 10 months ago
JSON representation

Vitest is a fast and modern testing framework, inspired by Jest but optimized for projects using Vite. It has native support for TypeScript, ESM, and integrations with modern frontend tools. Additionally, it provides high performance and real-time feedback when running tests.

Awesome Lists containing this project

README

          

# Framework Vitest.js - [Vitest.js.pdf](https://github.com/user-attachments/files/22026973/Vitest.js.pdf)

Screenshot 2025-08-28 at 09 45 29

## How to run
- clone project
- run `yarn` or `npm install`

## Scripts
- `npm run test`
Run Vitest in standard mode.

- `npm run test:coverage`
Run the tests and generates the code coverage report.

- `npm run test:ui`
Open the Vitest graphical interface in the browser, allowing you to view and run tests interactively.

- `npm run test:watch`
Run the tests in observation mode, re-executing them whenever a file is changed.

## Demo

https://github.com/user-attachments/assets/f23b1bcd-87af-4df6-be34-f92503698257