BDD with PageObject

Create folder structure for pages

To use page object, we need to create a structure to demostrate the relationship of the pages.

To start with, we are going to add "pages" folder under "feautres/support".

cd features/support

mkdir pages

cd pages

alt text