https://github.com/yuler/explore-playwright-demo
https://github.com/yuler/explore-playwright-demo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuler/explore-playwright-demo
- Owner: yuler
- Created: 2023-09-12T04:54:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T04:54:22.000Z (almost 3 years ago)
- Last Synced: 2025-07-19T19:55:55.982Z (11 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# explore-playwright-demo
> Explore [playwright](https://playwright.dev/)
## Setup
```bash
nvm use
corepack enable
pnpm install
pnpm run test
```