Skip to content

Ro-Nemo/CodeceptJS-SeleniumWebdriver-OrangeHRM

Repository files navigation

<<<<<<< HEAD

CodeceptJS-Webdriver Automation Demo Project

Validation: CRUD New user and Admin User in OrangeHRM Portal https://opensource-demo.orangehrmlive.com/web/index.php/auth/login

OBS: The Demo video can be downloaded in: https://github.com/Ro-Nemo/CodeceptJS-SeleniumWebdriver-OrangeHRM

Initial Installation

Terminal installation

  1. Install selenium-standalone in terminal As global npm package CHECK LATEST VERSION IN https://www.npmjs.com/package/selenium-standalone npm install selenium-standalone --save-dev
    npx selenium-standalone install && npx selenium-standalone start

  2. Install WebdriverIO, CHECK LATEST VERSION IN https://www.npmjs.com/package/webdriverio npm i webdriverio

  3. Install CodeceptJS https://codecept.io/quickstart/ npx create-codeceptjs .

  4. Install Faker https://www.npmjs.com/package/@faker-js/faker npm i @faker-js/faker npm install --save-dev @faker-js/faker

  5. Run automated test Script in CodeceptJS npm run codeceptjs crud_test.js

Credits: Ro-Nemo Jan/2025

Releases

No releases published

Packages

No packages published