https://github.com/ktcotz/testoviron
Your only one repository with practice testing principles includes MSW, Supabase, Zustand, Vitest, Playwright and more..
https://github.com/ktcotz/testoviron
advanced msw playwright react storybook supabase testing typescript vitest zustand
Last synced: 3 months ago
JSON representation
Your only one repository with practice testing principles includes MSW, Supabase, Zustand, Vitest, Playwright and more..
- Host: GitHub
- URL: https://github.com/ktcotz/testoviron
- Owner: ktcotz
- Created: 2024-11-04T14:59:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-06T19:38:07.000Z (3 months ago)
- Last Synced: 2025-04-06T20:31:28.331Z (3 months ago)
- Topics: advanced, msw, playwright, react, storybook, supabase, testing, typescript, vitest, zustand
- Language: TypeScript
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Testoviron - repository of practice testing examples with popular libraries.
## Repository overview 🎨
Testoviron - repository contains practice testing examples.
Created with many popular libraries and ❤️❤️Topics tested:
- [x] - JSX + basic example
- [x] - Advanced JSX
- [x] - Props + State
- [x] - Custom Hooks
- [x] - Fetching data
- [x] - MSW
- [x] - Context API
- [x] - Zustand
- [x] - Supabase
- [x] - React Hook Form + Zod
- [x] - General Forms
- [x] - AsynchronousFor more information or if you need some examples, please contact with us!
## Tech/framework used 🧰
| Tech | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------- |
|  | Framework |
|  | Logic |
|  | Bundler |
|  | IDE |
|  | Package Manager |## Librares 🧰
| Tech | Description |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
|  | State management |
|  | Styling |
|  | Supabase |
|  | UI Docs |
|  | Testing |
|  | Testing |## How to install 🎨
```npm
1. npm install (Install all packages.)
2. npm run test (VITEST-INTEGRATIONS)
2. npm run test-e2e (PLAYWRIGHT-E2E)
```