This is a POC using Cypress (https://www.cypress.io/) and a basic Page Object model using JavaScript 6 (ES6)
Install Chrome
Install Node.js (6 or higher)
Clone this project, go to the project folder and run the following command
make install
npm run cypress
- It will run Cypress console
or
npm test
- It will run Cypress on CI / Headless mode