Skip to content

sherar/cypress-pageobject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a POC using Cypress (https://www.cypress.io/) and a basic Page Object model using JavaScript 6 (ES6)

Pre-Requisites

Install Chrome

Install Node.js (6 or higher)

Installation

Clone this project, go to the project folder and run the following command

make install

Test

npm run cypress - It will run Cypress console

or

npm test - It will run Cypress on CI / Headless mode