
Page Object Pattern with Cypress
The idea of using page objects is to store all selectors or locators or functions for a certain page in a page object class. This helps to abstract information from the actual tests and also helps in easier maintenance of your tests. Writing maintainable end to end tests is challenging and certainly page object pattern addresses this in a certain way. Recently, I spent some time experimenting with cypress automation tool for web applications built using javascript framework a