wtt

What To Test 🙈

Stars
0
Committers
1

WTT - What To Test 🙈

Commands

Clone

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

Install

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 🙈

pnpm exec playwright install

Run unit test


pnpm test:unit:run

Run e2e test

pnpm test:e2e:run