Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 770 Bytes

Readme.md

File metadata and controls

28 lines (17 loc) · 770 Bytes

logo

Cypress e2e test automation

This is a sample project for opensource-demo.orangehrmlive.com with:

  • Page Object Model
  • Data-Driven tests
  • Cucumber example
  • Mochawesome reporter for Cypress POM tests
  • Accessibility tests (which are currently commented out to avoid causing failures in the test pipeline)

How to Start

  • Clone the project
  • Install all the dependencies npm i

Cypress Mochawesome Reporter

https://www.npmjs.com/package/cypress-mochawesome-reporter

Test accessibility with axe-core

https://www.npmjs.com/package/cypress-axe

Pre-requisite

  • NodeJS