An open API service indexing awesome lists of open source software.

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

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