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

https://github.com/willnguyen1312/wtt

What To Test 🙈
https://github.com/willnguyen1312/wtt

testing

Last synced: 6 months ago
JSON representation

What To Test 🙈

Awesome Lists containing this project

README

          

# WTT - What To Test 🙈

## Commands

### Clone

```bash
git clone https://github.com/willnguyen1312/wtt.git

```

### Install

```bash
pnpm install
```

### Command to install Playwright if you don't have it yet. Otherwise, it will fail to run the e2e test and ask you to install it 🙈

```bash
pnpm exec playwright install
```

### Run unit test

```bash

pnpm test:unit:run

```

### Run e2e test

```bash
pnpm test:e2e:run
```