vuejs / create-vue

🛠️ The recommended way to start a Vite-powered Vue project
Other
3.71k stars 423 forks source link

Change `--test or --with-test` to mean `--vitest --playwright` instead of `--vitest --cypress` #418

Open mercmobily opened 9 months ago

mercmobily commented 9 months ago

Vue 3:

Given the latest controversies about Cypress (blocking access to third party dashboards etc.), I recommend we change the default to Playright since it's a much better tool, it's actually free, and its experiencing massive (deserved) growth.

I am not affiliated to Playright in any way.

bmulholland commented 9 months ago

The official Vue docs recommend Cypress specifically, so on those docs might be the best place to start this discussion. IMHO create-Vue is downstream of official recommendations. https://vuejs.org/guide/scaling-up/testing.html#recommendation-2

mercmobily commented 9 months ago

Done. Do you mind me leaving both tickets open, since they are related?