mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 22:22:53 +03:00
.. | ||
pom | ||
server | ||
1-getting-started.spec.ts | ||
2-actions.spec.ts | ||
3-assertions.spec.ts | ||
4-file-uploads.spec.ts | ||
5-networking.spec.ts | ||
playwright.config.ts | ||
README.md |
Playwright examples
This directory contains examples for Playwright. Run them with the following command:
npm run test:e2e-examples
yarn test:e2e-examples