https://github.com/willnguyen1312/wtt
What To Test 🙈
https://github.com/willnguyen1312/wtt
testing
Last synced: 6 months ago
JSON representation
What To Test 🙈
- Host: GitHub
- URL: https://github.com/willnguyen1312/wtt
- Owner: willnguyen1312
- Created: 2023-12-30T14:09:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T01:43:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T11:30:27.268Z (almost 2 years ago)
- Topics: testing
- Language: TypeScript
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```