I gave it a shot a few months back. I liked that ...
# general-chat
l
I gave it a shot a few months back. I liked that it isn't as opinionated as Cypress is. From that perspective, it's much closer to Selenium. What I didn't like is that many of the helpers that Cypress supplies arent' there. All in, we decided to stay with Cypress because of ease of use. I will say that playwright dealt much more smoothly with iframes and cross domain testing than Cypress does, and that is why we were exploring playwright in the first place. Cross domain testing in Cypress feels an awful lot like it is something they threw together as a "we don't want to do this, but enough customers complained, so here's something". Iframes are similar, but in that case, Cypress relies on a plugin that works, but really should be native, since so many websites use them.