-
Notifications
You must be signed in to change notification settings - Fork 4.8k
-
In the docs under E2E Testing Cypress is recommended as the preferred E2E testing framework while pretty much any article/blog that compares Cypress to Playwright seems to prefer Playwright for a multitute of reasons (e.g. here or here). After testing both frameworks I would also agree with these results and prefer Playwright.
Has the decision by the Vue.js team been documented somewhere? Maybe a blog article?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
Maybe because at the time of writing that section of documentation Cypress was more popular than Playwright. Also, Cypress provides support for Component Testing and Playwright only has it as experimental at this time.
Beta Was this translation helpful? Give feedback.
All reactions
-
Playwright has recently introduced Component Testing, but it is still in an experimental stage.
Beta Was this translation helpful? Give feedback.