jakala-na / next-contentful-starterkit

https://next-contentful-starterkit.vercel.app/
MIT License
2 stars 0 forks source link

Evaluate Playwright and Playwright Component testing as replacement for Cypress #44

Open asgorobets opened 1 month ago

asgorobets commented 1 month ago

Playwright has better and better tooling now. Including Playwright Components Testing: https://playwright.dev/docs/test-components BDD library similar to what we use for Cypress: https://github.com/vitalets/playwright-bdd Great developer tooling including a UI mode: https://playwright.dev/docs/test-ui-mode

THe biggest concern would probably be making sure Component Testing is working at least the same was as Cypress Component Testing.