-
Notifications
You must be signed in to change notification settings - Fork 2
Playwright workshop
Somkiat Puisungnoen edited this page Oct 8, 2025
·
7 revisions
$npm init playwright@latest
- tests/
- playwright.config.js/ts
$npx playwright test
Run with UI mode
$npx playwright test --ui
reporter: [ ['junit', { outputFile: './report/results.xml', open: 'never' }] ],
use: {
video: 'on',
testIdAttribute: 'data-testid',
},
$npx playwright codegen <target system>
- Use test id
- Page object pattern
- Visual testing
- https://github.com/up1/workshop-playwright
-
https://github.com/up1/workshop-playwright-2025
- Monitoring test from playwright