Anybody here NOT follow page object model for ui e...
# best-practices
m
Anybody here NOT follow page object model for ui e2e tests? Personally I was never a fan of it , I just have one js file that has all of the selectors, and just reuse whatever i need in my test class. If there are tests that repeatedly use the same elements multiple times, then ill make a custom command. We have more api tests > ui tests so maintenance this way hasnt been a problem. Anybody agree? Or would this be an antipattern