Playwright
Fleetingdebugging
pnpm exec playwright test –headed –debug –grep ‘somepartofthetestname’
pnpm exec playwright test –ui –headed –debug –grep ‘somepartofthetestname’
Notes linking here
- e2e web
- playwright/test + ts-node = wrong stack traces (blog)
- sebastiancarlos/beachpatrol: 🏝️ A CLI Tool to Automate Your Everyday Web Browser.
- use playwright with ipython