Skip to content

OlajideTechie/Cypress-OrangeHRM-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published