https://github.com/yszk0123/playwright-monorepo-test
https://github.com/yszk0123/playwright-monorepo-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yszk0123/playwright-monorepo-test
- Owner: yszk0123
- License: mit
- Created: 2025-01-21T02:54:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T03:03:10.000Z (4 months ago)
- Last Synced: 2025-01-21T03:26:55.773Z (4 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Usage
```bash
npm install
npm run test:e2e
```# Directory Structure
```
packages/
testing/ ... test tools
web/ ... application code
```