Cypress appears to have more features dedicated specifically to making testing easier, such as a user interface and various debugging additions and integrations into various other tools.
Playwright is just an API for controlling the browser, and appears to be far more powerful in that regard.
If cypress works for you that’s great, playwright doesn’t have all of the same tools but it does excel at cross browser testing. It runs safari, Firefox, and chrome.
We’re working on plugging in playwright into a cloud service for visual testing @superadmin.so, running multiple browsers in Linux can be pretty hairy to setup.
Playwright is just an API for controlling the browser, and appears to be far more powerful in that regard.
Compare the api documentation, and it's not even close: https://docs.cypress.io/api/table-of-contents
https://playwright.dev/docs/api/class-playwright