https://github.com/willnguyen1312/shop-test-practice
My reproduction repo for improving testing
https://github.com/willnguyen1312/shop-test-practice
react testing
Last synced: 5 months ago
JSON representation
My reproduction repo for improving testing
- Host: GitHub
- URL: https://github.com/willnguyen1312/shop-test-practice
- Owner: willnguyen1312
- Created: 2023-12-26T13:53:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T12:20:44.000Z (about 2 years ago)
- Last Synced: 2025-02-12T22:36:11.154Z (over 1 year ago)
- Topics: react, testing
- Language: TypeScript
- Homepage:
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shop-test-practice
## Commands
### Installation
```bash
pnpm install
```
### Vitest
```bash
pnpm test:unit:watch
```
### Playwright test
```bash
pnpm test:e2e:watch
```