https://cypress.io logo
It's a long read https://dev.to/muratkeremozcan/fu...
# best-practices
m
It's a long read https://dev.to/muratkeremozcan/functional-test-patterns-with-cypress-27ed The debate on Page Object vs module pattern is really just Inheritance vs Composition. Inheritance (PO) is great for describing what something is; the page has x, y, z on it. Composition (module pattern) is great for describing what something does. Which one do you think best fits component based architecture, where components are the building blocks and get reused on pages? How about user flows?
h
I will read it over the weekend. Thanks a lot for sharing.