Hacker News new | ask | show | jobs
by inglor 1839 days ago
I think you're thinking of Puppeteer? Playwright has stuff like automatically waiting for elements, selecting by text etc all built in - with modern JavaScript/TypeScript, none of the weird chaining syntax and debugger.

There are also tools that give you pretty much any feature Cypress has on top of Playwright.

(Not saying which is better - only that they're both sort of the same slot)

1 comments

With the latest release, Playwright includes an integrated test runner: https://playwright.dev/docs/next/test-intro