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

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

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