|
|
|
|
|
by oweiler
280 days ago
|
|
This is honestly the main reason I prefer Playwright to Cypress. Playwright leans heavily into using POs, while for some reason Cypress doesn't. So in almost every project the Cypress tests are a procedural mess, while the Playwright tests are mostly well structured. I know that Cypress has other patterns for dealing with this but they never seem to get applied. |
|