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.
- Host: GitHub
- URL: https://github.com/luizrebelatto/vitestpoc
- Owner: Luizrebelatto
- Created: 2025-08-20T01:10:40.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-28T14:09:21.000Z (10 months ago)
- Last Synced: 2025-08-28T20:13:36.311Z (10 months ago)
- Topics: framework, testing, vitest-ui
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Framework Vitest.js - [Vitest.js.pdf](https://github.com/user-attachments/files/22026973/Vitest.js.pdf)

## 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