Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 566 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 566 Bytes

Web Automation

This project contains scenario-based test scripts for OrangeHRM using cypress.

Installation

use the below script to install the latest cypress version after cloning this repo to your local machine.

npm install cypress --save-dev

Files

  • HRM.cy.js

    This file contains test scripts and scenarios for the OrangeHRM app

Running

To run the test scripts with cypress from the terminal, use the below script:

npm run test-terminal

To run the test scripts with cypress from test runner, use the below script:

npm run test-runner