playwright/packages/create-playwright/assets/examples
2021-10-21 21:06:28 +02:00
..
pom feat(create-playwright): add option to add examples (#8963) 2021-10-21 20:21:50 +02:00
server chore(create-playwright): fix CI (#9685) 2021-10-21 21:06:28 +02:00
1-getting-started.spec.ts feat(create-playwright): add option to add examples (#8963) 2021-10-21 20:21:50 +02:00
2-actions.spec.ts feat(create-playwright): add option to add examples (#8963) 2021-10-21 20:21:50 +02:00
3-assertions.spec.ts feat(create-playwright): add option to add examples (#8963) 2021-10-21 20:21:50 +02:00
4-file-uploads.spec.ts feat(create-playwright): add option to add examples (#8963) 2021-10-21 20:21:50 +02:00
5-networking.spec.ts feat(create-playwright): add option to add examples (#8963) 2021-10-21 20:21:50 +02:00
playwright.config.ts feat(create-playwright): add option to add examples (#8963) 2021-10-21 20:21:50 +02:00
README.md feat(create-playwright): add option to add examples (#8963) 2021-10-21 20:21:50 +02:00

Playwright examples

This directory contains examples for Playwright. Run them with the following command:

npm run test:e2e-examples
yarn test:e2e-examples