9 lines
169 B
Markdown
9 lines
169 B
Markdown
|
|
# Playwright examples
|
||
|
|
|
||
|
|
This directory contains examples for Playwright. Run them with the following command:
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run test:e2e-examples
|
||
|
|
yarn test:e2e-examples
|
||
|
|
```
|