```
pnpm install && pnpm build
```
Install dependencies:
```
pnpm install
```
Install Playwright's browser binaries:
```
npx playwright install
```
Run tests:
```
npx playwright test
```
View Playwright report:
```
npx playwright show-report
```