Hacker News new | ask | show | jobs
by CSDude 1360 days ago
Playwright is nice and lightweight but bit barebones compared to Cypress, leaving you to decide for many things.
1 comments

Cypress is also missing some pretty fundamental things, like tabbing through the document using the tab key. I don't know how people test for accessibility without this.

I haven't done JS for awhile, but according to https://docs.cypress.io/api/commands/type#Events they still don't support it. The docs point you to a third party package that tries to simulate it inside the page.