https://github.com/vitalets/playwright-issues
Repository to reproduce Playwright issues
https://github.com/vitalets/playwright-issues
Last synced: about 1 month ago
JSON representation
Repository to reproduce Playwright issues
- Host: GitHub
- URL: https://github.com/vitalets/playwright-issues
- Owner: vitalets
- Created: 2024-02-02T16:42:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T10:06:14.000Z (9 months ago)
- Last Synced: 2025-02-10T04:17:50.387Z (8 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [BUG]: ...
### Steps to reproduce
1. Clone the repo and switch to this branch
2. Install dependencies
```
npm i
```
3. Run tests
```
npx playwright test
```### Actual result
### Expected result