Skip to content

bidemiajala/cy-ui-framework

Repository files navigation

Cypress Page Object Model Pattern (UI)

Codacy Badge Parallel Tests Cypress.io

This is a web UI testing page object model pattern framework built for Cypress.io using Javascript.

Installation

Install the dependencies and devDependencies to run the test.

  • Clone this repo
  • Open your text editor and navigate to this project directory

Run the following from the terminal:

npm install
npm install cypress --save-dev
npm run test

For Cucumber, run the following:

npm install --save-dev cypress-cucumber-preprocessor

Application under test is Nop Commerce Demo.

I hope this was useful to you. All suggestions are welcome so please feel free to contribute and correct where necessary.

Say hi!