9 lines
169 B
Markdown
Raw Normal View History

# Playwright examples
This directory contains examples for Playwright. Run them with the following command:
```sh
npm run test:e2e-examples
yarn test:e2e-examples
```