mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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
|
||
|
```
|